Search code examples
passing const std::auto_ptr<> as this argument of std::auto_ptr<_Tp>::operator std::auto...


c++autopointers

Read More
Surprisingly useful use of the keyword auto...


c++variablesauto

Read More
type-deduction using auto for functors...


c++c++11auto

Read More
Difference between foreach(int i.. and foreach(auto i...


c++auto

Read More
Decltype and friend functions in Visual Studio vs G++...


c++c++11friendautodecltype

Read More
Auto-generated class members?...


c++classauto

Read More
How to access this auto variable?...


c++c++11auto

Read More
When not to use `auto&&`?...


c++c++11autouniversal-reference

Read More
vector<bool>::operator[] misbehavior?...


c++vectorc++11booleanauto

Read More
how to SFINAE for enabling member function returning `auto`...


c++c++11autosfinae

Read More
Error with using decltype() in C++11 (creating opaque error message in gcc 4.7.0)...


c++c++11autodecltype

Read More
ISO C++ forbids declaration of ‘it’ with no type for auto iterator?...


c++compiler-errorsiteratorauto

Read More
Exposing a private type with auto: where can it be useful?...


c++c++11auto

Read More
Invalid use of auto...


c++c++11auto

Read More
Why is decltype necessary in an "auto returning" function?...


c++c++11autodecltype

Read More
Is there a way to save an auto variable and use it afterwards?...


c++c++11auto

Read More
Auto + static in-class constant initalization with meta-programming...


c++c++11metaprogrammingstatic-membersauto

Read More
Range-based for loops in C++11 segfault, but not with regular for loop...


c++for-loopc++11segmentation-faultauto

Read More
Using auto as a template parameter...


c++templatesc++11auto

Read More
Why old usage (c++03) of auto does not compile under C++11?...


c++c++11autoc++03

Read More
Auto vs concrete type when iterating over vector?...


c++c++11intauto

Read More
Why does unary minus perform integral promotion?...


c++autointeger-promotion

Read More
Is this a microsoft VC++ 2010 compiler bug of "new auto(enum_type)"...


c++visual-c++enumsc++11auto

Read More
c++ auto does not name a type...


c++c++11auto

Read More
What would be the syntax to put into decltype(x) to specify the return type in this situation...


c++c++11autodecltype

Read More
What does auto&& do?...


c++c++11auto

Read More
C++11 auto and size_type...


c++c++11auto

Read More
Boost Spirit Auto Parser fails for a tuple of doubles...


c++parsingautoboost-spirit-qiboost-tuples

Read More
Wunused-but-set-variable warning with C++11 auto...


c++for-loopc++11compiler-warningsauto

Read More
Replace auto keyword with deduced type (clang or VS2010)...


c++c++11clangauto

Read More
BackNext