Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

I can no longer assign char[M][N] types into a std::vector on gcc 4.9

c++ c++11 gcc

c++11: building a std::tuple from a template function

c++ standard section id where its mentioned that Destructors are implicitly no throw

Using lambda captured constexpr value as an array dimension

Purpose of constexpr

c++ c++11 constexpr

Polymorphism in C++ STL containers

c++ c++11 stl polymorphism

what does rdstate() return value means?

c++ c++11 io eof

How to make default constructor defined outside the class noexcept?

Cannot deduce template argument that is a function

Error while connecting lambda function to QProcess::error

qt c++11 lambda qprocess

Do derived classes need to implement move semantics when a base provides it?

Synchronously sort two containers by elements of first of them

c++ sorting c++11 stl c++14

Showing values of parameters packs in gdb [duplicate]

Why may thread_local not be applied to non-static data members and how to implement thread-local non-static data members?

Inheriting constructors of virtual base classes

Is this use of reinterpret_cast on differently-qualified struct members safe?

Parameter pack passed by reference

c++ templates c++11

Variadic templates and C arrays

Is it possible to use 'using' to declare reference to 3 integers type alias?

How to force std::sort to use move constructor and move-assignment?