Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

range-based for on multi-dimensional array

Implementing variadic type traits

Is there a reason to use C++11's std::int_fast32_t or std::int_fast16_t over int in cross-platform code?

c++ c++11 std

SFINAE on functions with default parameters - free function vs operator()

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?