Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is NULL defined as nullptr in C++11?

c++ null c++11 nullptr

Reshaping a 1-d array to a multidimensional array

Why does adding a destructor change the copy constructor behavior of this struct? [duplicate]

c++ c++11

Constructor using std::forward

Why is the move constructor not called when moving in a lambda?

difference between std::mutex and std::shared_mutex

c++ c++11 mutex c++17

C++: Use auto, or typedef? [closed]

Forward Declaring enum class not working

Initializing class using { * this }

c++ c++11

What is the difference between -std=c++0x and -std=c++11

c++ eclipse c++11

Why is the `std::sto`... series not a template?

c++ c++11

Can we return objects having a deleted/private copy/move constructor by value from a function?

c++ c++11 copy-constructor

Replace BOOST_FOREACH with "pure" C++11 alternative?

c++ boost c++11 boost-foreach

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