Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Could a class type with deleted default constructor be default initialized?

Boost Beast HTTP

How do vector elements preserve their original address after a vector std::move?

Why does brace initialization assignment fill variables with garbage?

In C++ what is the point of std::array if the size has to be determined at compile time?

c++ c++11 stdarray

std::forward and constructor with non-const reference argument

Compile-Time Polymorphism for Data Members

Does it make sense to use move semantics for operator+ and/or operator+=?

How to tell scons to use the C++11 standard

c++ c++11 scons

Should not std::thread::id default constructor create a "NULL" id?

c++ linux gcc c++11

Move semantics with a pointer to an internal buffer

Why does const_cast not behave as expected?

How to use digit separators for non-type template parameters?

c++ c++11 literals

Initialisation of static class member. Why constexpr?

Is GCC 4.8.1 C++11 complete?

c++ c++11 mingw codeblocks

std::chrono default duration for time_since_epoch

c++ c++11 chrono

According to §12.1/4 in the C++11 Standard, the code shouldn't compile

Using C++11 thread_local with other parallel libraries

Why does std::is_const<const int&>::value evaluate to false?

c++ c++11 typetraits

Proper use of universal references