Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

What's the formal of C++ const reference (not reference to const, but const reference)

Use std::future and std::async in Android (NDK) [duplicate]

android c++11 android-ndk

How to mock method returning istream&?

c++ c++11 googlemock istream

Benchmarking adding elements to vector when size is known

Something odd happened to C++ 11 in Mavericks?

c++ c++11 osx-mavericks g++4.8

C++ append vector into another vector [duplicate]

c++ c++11

How to correctly pass a function with parameters to another function?

assigning std::function to a member function

c++ c++11 std-function

what is the difference between trivial and non trivial objects

c++ c++11

ADL related GCC 4.7.2 issue with expression SFINAE

Why does ADL not work with an unnamed initializer_list?

Vector erase giving unexpected result

algorithm c++11 stl

C++14 Functional logical_not on functions

c++ c++11 c++14

How can I cast "const void*" to the function pointer in C++11?

How to write SFINAE to test for parser rule?

c++ c++11

Is there a way to limit data size at C++ compile time and produce a compile error?

c++ c++11

Static for cycle

c++ c++11 boost stl c++-amp

Does it make sense to have unique_ptr for streams?

c++ c++11