Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

std::make_unique<T[]>(size) value-initialization

c++ c++11 c++14

explicit constructor of the wrong type called

c++ c++11 constructor c++14

Are local class rules aligned to c++14 return type deduction?

Why is templated constexpr with std::string allowed in gcc?

c++ gcc c++14 constexpr

Who is responsible for the shared state of futures and promises

c++ c++11 promise c++14 future

Why can't we implement both methods `getAB() &&` and `getAB()`? [duplicate]

How to static assert a condition on a string literal inside of a constexpr function?

How to pass first N args to a C++ function

How to disallow temporaries in functions taking const references?

c++ c++14 temporary

C++ variadic expansion using deduction

Const qualifier and forward reference

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

Deduced Return Type

c++ c++14

Modify data member of base class from constructor of derived class in C++

c++ c++14

Dealing with painfully long namespace names in headers

As far as I can tell, this code should not compile, according to §5.19/3 and §5.19/2 in C++14

Why do clang and gcc handle braced-initialization of structs with in-class initialization differently?

c++ c++11 gcc clang c++14

Should decltype on a template value parameter trigger a SFINAE context?

Debugger-friendly zero-cost named references to specific locations in an array

c++ c++14

Why is 'this' necessary despite capturing everything

c++ c++14

assigning Rvalue reference to Lvalue reference

c++ c++11 c++14