Search code examples
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
C++ Discussion: Use of =, {}, and () as initializers, Which one should I use?...

c++initializationcpp-core-guidelines

Read More
Initialized priority variable in class and cpp core guidelines?...

c++oopcpp-core-guidelines

Read More
Wasted space in layout in CPP Core Guidelines...

c++cpp-core-guidelines

Read More
What is an 'aliased local shared_ptr' in this example...

c++aliassmart-pointerscpp-core-guidelines

Read More
How to handle static analysis warning from Core Guidelines checker about gsl::at?...

c++visual-studiovisual-c++static-analysiscpp-core-guidelines

Read More
Problem with operator inheritance and cpp core guidelines c.128...

c++visual-studiovisual-studio-2019cpp-core-guidelines

Read More
What is wasted in this example from the Cpp Core Guidelines?...

c++cpp-core-guidelines

Read More
gsl::suppress whole include statements...

c++cpp-core-guidelines

Read More
Microsoft VS2015 C++ Core Guidelines Analysis: "no array to pointer decay (bounds.3)" for ...

c++visual-studio-2015cpp-core-guidelines

Read More
C++: attempt to eliminate raw loop with equivalent STL algorithm...

c++algorithmloopsstlcpp-core-guidelines

Read More
Doesn't gsl::cstring_span support constexpr? If not, why should I use it?...

c++cpp-core-guidelinesms-gsl

Read More
What purpose does `gsl::string_span` aim at?...

c++c++11library-designcpp-core-guidelines

Read More
Why gsl::not_null ensures ptr is not null on get()?...

c++nullcpp-core-guidelinesguideline-support-library

Read More
Cpp Core Guidelines Checker using console and MSBuild...

c++visual-studiomsbuildvisual-studio-2017cpp-core-guidelines

Read More
If a function returns an array by reference is it a decay to pointer?...

c++c++98cpp-core-guidelines

Read More
gsl::span - pointer to end...

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

Read More
How to use gsl::span to fix No array to pointer decay warning?...

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

Read More
Meaning of f(T*, int) interfaces vs. f(span<T>) interfaces in core cpp guidelines...

c++cpp-core-guidelines

Read More
Use of templates to raise the level of abstraction of code?...

c++cpp-core-guidelines

Read More
Is there a GSL implementation I can use with GCC 4.9.x?...

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

Read More
What's the difference between span and array_view in the gsl library?...

c++cpp-core-guidelinesguideline-support-libraryarray-view

Read More
F.54: If you capture this, capture all variables explicitly (no default capture)...

c++cpp-core-guidelines

Read More
What is gsl::multi_span to be used for?...

c++cpp-core-guidelines

Read More
CppCoreChecker C-Style cast warning when using range based for loop on vector...

c++c++11static-analysiscpp-core-guidelines

Read More
array_view alternative for maps, sets, etc...

c++c++11c++14array-viewcpp-core-guidelines

Read More
Why shouldn't we use pointer arithmetic with gsl::not_null?...

c++pointersnullpointer-arithmeticcpp-core-guidelines

Read More
gsl::span<T> and gsl::span<const T> overloads are ambigous...

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

Read More
Is there a legal way to move from gsl::not_null<T>?...

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

Read More
BackNext