Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

How to assign the address of an existing object to a smart pointer?

Obtaining function pointer to lambda?

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

c++ lambdas how to capture variadic parameter pack from the upper scope

Can I obtain C++ type names in a constexpr way?

Destruction of return value on destructor exception

Is it possible to read a file at compile time?

c++ c++11 c++14

Which headers in the C++ standard library are guaranteed to include another header?

Generating a sequence of zeros at compile time

Why does auto return type deduction work with not fully defined types?

C++14 value-initialization with deleted constructor

c++ language-lawyer c++14

C++ destructor with return

Bit count : preprocessor magic vs modern C++

Calling `this` member function from generic lambda - clang vs gcc

Is std::vector<T> a `user-defined type`?

std::ignore for ignoring unused variable

Clang >= 3.3 in c++1y mode cannot parse <cstdio> header

c++ c++11 header clang c++14

Are C++14 digit separators allowed in user defined literals?

In C++14 is it valid to use a double in the dimension of a new expression?

Why does enable_if_t in template arguments complains about redefinitions?

Capture and move a unique_ptr in a c++14 lambda expression

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