Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Can type to value meta-function be used as variable alias in C++14?

odr-use of forwarded constexpr argument?

c++ c++14

C++14 Uniform Initialization on a Non-Aggregate

Variadic function template base case: without parameters or with one?

unique_ptr and default constructible pointer

C++: parameter pack expansion inside lambda fails

The compiler g++ can't create a.out file?

Is my understanding about [basic.link]/7 in N4140 correct?

c++ c++14 linkage

Access by type in std::tuple with duplicated types should produce compilation error

c++ c++14 std

Check if enum class contains a specific identfier

c++ c++17 c++14 enum-class

Why is a unique_ptr not freed after a constructor calls an exception?

c++ c++11 c++14

Monad interface in C++

memory leak under GCC (but not Clang) when throwing in the middle of a C++14 initializer list for std::list<shared_ptr>

How to make C++ ADL to look into all instances of a template?

What's the standard/official name for universal references?

std::bind on a generic lambda - auto type deduction

c++ c++14

Using max<int> as a predicate breaks in C++11

c++ c++11 c++14

Get first N elements of parameter pack

Confusion about auto keyword in C++ [duplicate]

Difference between gcc compile options std=c++1y and std=c++14

c++ gcc c++14