Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Why does std::remove_if create so many closures?

c++ stl c++14

What is the standard conforming way to decide what will be returned by what() from a class inherited from std::system_error without duplicating data?

Template argument deduction for lambdas

c++ templates c++11 lambda c++14

Template Template Parameters in the C++ Standard Library?

c++ c++11 c++14

Unpacking a typelist

ADL using std types fails to find operator

c++ c++14

Is this considered valid c++11 or c++14? Or is gcc/clang getting it wrong?

About ODR-violations and template variables

std::make_unique's (and emplace, emplace_back's) awkward deduction for initializer_list arguments

template template parameter of unknown type

c++ c++11 templates c++14

C++17 lambda captures with relaxed type requirements

c++ lambda c++14 c++17

Is there boost::visit like std::visit, for boost::variant?

Avoid infinite recursion in destructor

What is expected lifetime of std::intializer_list object in C++14?

decltype(auto) vs auto&& to perform generic handling of function's return type

c++ c++14

C++1y/C++14: Converting static constexpr array to non-type template parameter pack?

Why can't templates be deprecated with [[deprecated]]?

c++ templates c++14 deprecated

Can it be safe to keep a copy of an std::initializer_list? What is the rationale?

Why does make_unique have an extra move with a constructor that can take std::bind as an argument?

c++ c++11 c++14

using alias for static member functions?

c++ c++11 c++14