Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

C++ index of type during variadic template expansion

Are returned locals automatically xvalues

c++ c++11 move-semantics

The future of C++ alignment: passing by value?

What is the rationale to "no diagnostic required"?

c++ c++11 language-lawyer

Anonymous union and struct [duplicate]

c++ c++11 struct unions

Threadsafe lazy initialization: static vs std::call_once vs double checked locking

How can I create a new primitive type using C++11 style strong typedefs?

c++ c++11 boost nim-lang

cbegin, cend invalid results for empty containers in Qt 5.2.1

c++ qt c++11

Error unknown type name 'constexpr' during make in mac os x

c++ c++11 constexpr

A function with variable number of arguments with known types, the c++11 way

Is std::atomic_compare_exchange_weak thread-unsafe by design?

c++ c++11 atomic

Strange declaration with using in C++

c++ c++11

How to declare a lambda's operator() as noreturn?

What is an empty template argument <> while creating an object?

c++ templates c++11

Keep the order of unordered_map as we insert a new key

c++ c++11

Is it valid to "hide" a base class virtual function by making it pure virtual in derived classes?

c++ c++11 language-lawyer

When auto is used against array, why it's converted to pointer and not reference?

C++ 11 thread simple example

C++ error: Undefined symbols for architecture x86_64

c++ c++11 vector permutation

Comparing unordered_map vs unordered_set