Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Can I move elements from a range-based for?

c++ c++11 move

Execute some code when an object goes out of scope

c++ c++11

Convert 32 bit unix timestamp to std::string using std::chrono

c++ c c++11 time chrono

C++ using passed function

c++ c++11

Why function default parameters cannot be perferct forwarded in C++?

Add copy constructor based on template parameters

c++ c++11 templates sfinae

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?