Search code examples
Why does range-for decay this array into pointer according to clang-tidy?...


c++clang-tidycpp-core-guidelines

Read More
Why GitHub C++ Core Guideline says that global object better than singleton?...


c++singletoncpp-core-guidelinesglobal-object

Read More
How do I define __cpp_exceptions for gsl:narrow to compile?...


c++visual-studiomfcvisual-studio-2022cpp-core-guidelines

Read More
C++ Core Guidelines for static member variables...


c++static-membersclang-tidycpp-core-guidelines

Read More
What is a "span" and when should I use one?...


c++c++20c++-faqcpp-core-guidelinesstd-span

Read More
Why hasn't not_null made it into the C++ standard yet?...


c++cpp-core-guidelines

Read More
Do not use array subscript when the index is not an integer constant expression; use gsl::at() inste...


c++cpp-core-guidelinesresharper-c++

Read More
Units for types in C++...


c++cpp-core-guidelines

Read More
Don't use static cast for arithmetic conversions (cpp-core-guidelines)...


c++cpp-core-guidelines

Read More
Is gsl::owner usable for shared-ownership?...


c++cpp-core-guidelinesguideline-support-library

Read More
Why do the C++ Core Guidelines not recommend to use std::optional over pointers when approriate?...


c++stdoptionalcpp-core-guidelines

Read More
How can I decay const char that is passed as reference to a function with variadic parameters?...


c++variadic-templatescpp-core-guidelines

Read More
How to use C++ Expects operator?...


c++c++17cpp-core-guidelines

Read More
When do I use "__attribute__((nonnull))" vs "not_null<T*>"?...


c++pointersnullattributescpp-core-guidelines

Read More
Is CppCoreGuidelines C.21 correct?...


c++c++11cpp-core-guidelinesrule-of-threerule-of-five

Read More
Why can't I construct a gsl::span with a brace-enclosed initializer list...


c++c++11cpp-core-guidelines

Read More
Using gsl::narrow fails...


visual-c++code-analysisreinterpret-castcpp-core-guidelines

Read More
CppCoreGuidlines R.33 Why pass `unique_ptr` by reference?...


c++c++11cpp-core-guidelines

Read More
How to use gsl narrow cast...


c++dllcpp-core-guidelines

Read More
Ensures() - guideline support library...


c++c++11cpp-core-guidelinesguideline-support-library

Read More
How to properly use "C++ Core Guidelines: C.146: Use dynamic_cast where class hierarchy navigat...


c++polymorphismdynamic-caststatic-polymorphismcpp-core-guidelines

Read More
Understanding gsl::narrow implementation...


c++c++11castingnarrowingcpp-core-guidelines

Read More
In C++ Core Guidelines Per.4, why is the bad example intended to be faster?...


c++performancecpp-core-guidelines

Read More
Why is this dangling-gsl warning invoked?...


c++pointerswarningsclang-tidycpp-core-guidelines

Read More
Does gsl::not_null hurt performance?...


c++cpp-core-guidelines

Read More
Defining interfaces (abstract classes without members) in C++...


c++abstract-classcpp-core-guidelinesrule-of-five

Read More
owner<T*> p syntax in cpp core guidelines...


c++c++14cpp-core-guidelines

Read More
CppCoreGuidelines: What are hot int copies?...


c++cpp-core-guidelines

Read More
C++ Warning: Assigning newly created gsl::owner<> to non-owner...


c++cpp-core-guidelines

Read More
Assert is seen as C style cast in Visual Studio...


c++visual-studiowarningsassertcpp-core-guidelines

Read More
BackNext