Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

User-defined literal string: compile-time length check

Unpack an array of arguments for a function call

Why does compiler accept initialization of a float with a long double literal?

c++ c++11

Why can I std::bind successfully with the wrong parameters?

c++ c++11 stdbind

What are the exact inter-thread reordering constraints on mutex.lock() and .unlock() in c++11 and up?

C++0x atomic implementation in c++98 question about __sync_synchronize()

c++ templates c++11 atomic

min and perfect forwarding

Perfect forwarding - through virtual functions

c++11

Return value optimization of values unpacked from std::tuple

C++11 and [17.5.2.1.3] Bitmask Types

c++ enums c++11 bitmask libc++

Why is there no atomic_{store,load} for weak_ptr?

How to prevent delete px.get() for a unique_ptr

c++ c++11

Conflict between perfect forwarding constructor and copy constructor in class hierarchy

cancelling std::thread using native_handle() + pthread_cancel()

c++ gcc c++11 pthreads stdthread

How to write a variadic method which replaces chained method calls?

What is the curly bracket parameter in the constructor of C++11 [duplicate]

c++ c++11

Why forwarding reference does not deduce to rvalue reference in case of rvalue?

C++11 Base constructor delegating/forwarding to derived class with "using" keyword

C++11 Can only primitive data types be declared atomic?

MSVCs Implementation of std::put_time