Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Number of value representation bits in a integer, according to the standard?

Why std::is_constructible stops at immediate context?

What is the exact meaning of the statement "The expression e is used as a glvalue if and only if the initialization uses it as a glvalue" in [conv]/6

Deduction of result type of callable

No matching function std::forward with lambdas

Convert `hana::string` to `constexpr const char (&)[]`

Are enumeration types layout compatible with their underlying type?

Emscripten and C++14

c++14 emscripten

Dependent qualified name lookup in C++14

Does OS X 10.7 libc++ support c++14?

c++ macos osx-lion c++14 libc++

Preventing unsafe dereferencing of std::unique_ptr

c++ c++11 c++14 unique-ptr

How to call conditionally B::f only if derived from B in C++11?

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

Is the initializer of a constexpr variable at class scope allowed to reference the variable?

In C++, does the scope of a named parameter include the expression for its default value?

std::make_unique causes big slowdown?

c++ stl g++ c++14 clang++

How to construct an std::array with index sequence?

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

What trait / concept can guarantee memsetting an object is well defined?

const T{}; works, const T; fails when T is a non-POD,

Why is std::tie not marked constexpr for C++14?

c++ c++11 tuples constexpr c++14

Try to understand compiler error message: default member initializer required before the end of its enclosing class

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