Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Trailing return types, decltype and const-ness

error: 'std::this_thread' has not been declared

c++ c++11 gcc mingw glibc

How do I deal with the system clock changing while waiting on a std::condition_variable?

Are there practical uses of C++11's Garbage Collection ABI?

Understanding the <system_error> facility in C++11

Creating an std::unordered_map with an std::pair as key

c++ c++11

Segfault using std::shared_ptr during destruction likely due to too many function calls on the stack

c++ c++11

Rebinding in a custom STL allocator with pre-allocated block

Accept any kind of callable and also know argument type

Mixing constexpr declarations and const definitions

c++ c++11 static-members

Strange GCC Behaviour

How should I define a std::function variable with default arguments?

c++ c++11 lambda std-function

Unaligned access through reinterpret_cast

c++ c++11 language-lawyer

Why does std::initializer_list in ctor not behave as expected?

STL algorithms taking the whole container rather than .begin(), end() as arg? [duplicate]

C++11 Regex Capture Groups By Name

regex c++11 capture-group

How to trick boost::asio to allow move-only handlers

Using C++11 multithreading in shared library loaded by program without thread support

Why can't you omit the array size in a new initializer?

c++ c++11 language-lawyer

Why does string support `operator=(char)`?

c++ c++11