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

Detect operator at compile time without implicit conversions

c++ c++11 gcc c++14 sfinae

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

Return type deduction for class methods? C++1y

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

c++ c++11 c++14

Why can't operator () of stateless functor be static?

Monad interface in C++

Can an out-of-range enum conversion produce a value outside the underlying type?

c++ language-lawyer c++14

Legal definitions of main() in C++14

Get first N elements of parameter pack

Confusion about auto keyword in C++ [duplicate]

static_assert dependent on non-type template parameter (different behavior on gcc and clang)