Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Why does =default on operator= compile when there is a const member?

c++ c++11

Wrong forwarding of rvalue reference

c++ c++11 rvalue

Setter of a lambda function?

c++ c++11 lambda setter

rvalue and lvalue reference with lambda expressions - gcc vs. msvc

c++ visual-c++ gcc c++11

clang 3.3 and GCC 4.7 const v's constexpr

Range-based loop & Inline functions

c++ loops c++11 inline

C++11 Implicit conversion from initialization list to array parameter

Why is std::vector so fast ( or is my implementation is too slow )

c++ performance c++11 stl

(rvalue reference) VS (const lvalue reference) as function parameters in C++11

c++ c++11 rvalue-reference

Are the data elements of nested std::initializer_lists guaranteed to be contiguous?

c++ c++11 initializer-list

can defaulted default constructors throw?

c++ c++11

C++11 using std::equal_range with custom comparison function

c++ c++11

Invalid union member

Serializing Eigen::Matrix using Cereal library

Should std::function assignment ignore return type? [duplicate]

c++ c++11 std-function c++14

copy & swap in base and derived class

Using Lambda/Template/SFINAE to automate try/catch-safeguarding of trampoline functions

Does C++11, 14 or 17 provide a way to get just the arguments out of a decltype()?

Is there a flat unsorted map/set implementation?

c++ c++11 boost stl containers

Implementing a simple, generic thread pool in C++11