Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

How to use a user defined literal in a header file? [duplicate]

Is a variable an array of size 1?

Returning reference to an array of specific size without explicitly stating the size in return type

c++ c++11 c++14 return-type

std::conditional vs std::enable_if

c++ c++14

Getting around copy semantics in C++

c++ c++11 c++14

Returning local unique_ptr as a shared_ptr

Conversion from integral constant expression to null-pointer

c++ c++11 gcc null c++14

Test if a lambda is stateless?

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

Can I declare a variable inside a lambda capture clause?

c++ c++11 c++14

c++11 variadic programming, how to define a tower of vectors

c++ function call with square parenthesis

c++ c++14

Why can [=] be used to modify member variables in a lambda?

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

Static constexpr: why does it need to be templated?

c++ c++14 constexpr

Will C++14 support unconstrained generic functions?

Is this a bug in gcc optimizer?

c++ c++14

C++ regex segfault on long sequences

c++ regex gcc clang c++14

Initializing a static constexpr data member of the base class by using a static constexpr data member of the derived class

Sequencing of function parameter destruction

Overloaded function template disambiguation with `std::enable_if` and non-deduced context

On which C standard will C++14 be based?