Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to profile lock contentions under g++/std::mutex?

c++ multithreading c++11

C++11 user-defined literals [duplicate]

Is libstdc++ support for std::unordered_map incomplete?

Does shared_ptr's dtor require the use of a "deleter"?

Phoenix::bind for C++11 lambdas in boost::spirit::qi semantic actions

c++ c++11 lambda boost-spirit

Is there a conjunction of type predicates that correspond to std::is_pod<>?

c++11 typetraits

Optimization and multithreading in B.Stroustrup's new book

Constness of captured reference

c++11 constants