Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

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

Can we use the return value optimization when possible and fall back on move, not copy, semantics when not?

c++ c++11 c++14

C++ : Check if the template type is one of the variadic template types [duplicate]

How to increment a variable from lambda-functor's body?

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

Can I cast function pointer void* to std::function?

c++ c++11 c++14