Search code examples
Default values to bitfield elements...

c++c++11bit-fields

Read More
Is the size of std::array defined by standard...

c++c++11stllanguage-lawyer

Read More
std::transform with lambda: skip some items...

c++c++11boostlambda

Read More
more modern way of looping through C++ arrays...

c++arraysloopsc++11

Read More
How do I use find_if_not or find_if with isalpha/isspace and other <cctype> functions in C++?...

c++stringc++11findclang

Read More
Candidate template ignored: couldn't infer template argument...

c++templatesc++11

Read More
Is it acceptable practice to alias nested templates like std::vector<std::vector<T>> for...

c++c++11coding-stylealiasverbose

Read More
How to move elements from std::map to std::vector...

c++c++11movestdmap

Read More
Why C++11 compiler support still requires a flag?...

c++c++11

Read More
C++ iterate over iterator...

c++c++11vectorstl

Read More
What does the word capture mean in the context of lambdas?...

c++c++11lambda

Read More
Passing by constant reference in the lambda capture list...

c++c++11lambda

Read More
How to conditionally implement a function in a template class for type T, where T is a pointer to ty...

c++c++11templatesc++17type-traits

Read More
Capturing std::function objects in lambda...

c++c++11lambdaclang

Read More
VC++ compiler crashes when compiling a simplest piece of code...

c++visual-studioc++11visual-c++

Read More
Could class reference members have in-class initializers?...

c++c++11

Read More
Is it possible for a GCC compiler internal error (ICE) to show up depending on the included headers?...

c++c++11gccgcc6internal-compiler-error

Read More
std::regex escape special characters for use in regex...

c++regexstringc++11

Read More
std::find_if vs manual loop, which one is better?...

c++performancec++11

Read More
Nested union compilation error: C2280 attempting to reference a deleted function...

c++c++11

Read More
No warnings for that function int f() doesn't return any value?...

c++c++11visual-c++

Read More
Tuple as a return type, are unaccessed values optimized out?...

c++c++11g++4.8

Read More
Uniform- or direct-initialization when initializing?...

c++c++11initialization

Read More
C++ Forward declare using directive...

c++c++11usingforward-declaration

Read More
Why does std::optional not have a specialization for reference types?...

c++c++11language-designstdoptionalboost-optional

Read More
Aligned dynamic array and smart pointer...

c++c++11unique-ptrmemory-alignment

Read More
No compliant way to convert signed/unsigned of same size...

c++c++11language-lawyer

Read More
Why does std::vector have 2 constructors instead of 1 with default argument?...

c++c++11stlstdstdvector

Read More
Valgrind: libnvidia-glcore.so.346.47 Conditional jump or move depends on uninitialised value...

c++c++11openglvalgrindnvidia

Read More
Pointing CodeLite to new compiler (GCC 4.8.x)...

c++11g++codelite

Read More
BackNext