Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Is not matching a template<typename...> to template<typename> a defect?

Differences between c++14 std::experimental::filesystem::v1 and c++17 std::filesystem?

c++ c++14 c++17

Pack expansion of variadic list of types into initializer list of complex types - is it legal?

braced-init-list and unsigned types

Sleep an Async Task

constexpr bug in clang but not in gcc?

c++ clang constexpr c++14

Conditional type alias definition

Conflict in return type from base class with derived class using auto

c++ c++14

Is it possible to force `std::make_shared` to use a class's new operator?

c++ c++11 c++14

Multiple parameter packs -- how?

SFINAE : Delete a function with the same prototype

Casting a char array to an object pointer - is this UB?

Function template won't work with string literals

c++ c++11 c++14 c++17

When to use =default vs =delete

c++ c++14

Boost variant visitor with an extra parameter

constexpr and CRTP: compiler disagreement

Why do I get a type deduction error for a lambda returning lambda with multiple return paths?

Generic lambda argument for std::pair

c++ c++14

`auto` return type in context of class members

c++ class c++14 auto

C++ conversion operator to chrono::duration - works with c++17 but not C++14 or less