Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

can't make a string literal type

c++ constexpr c++14

Detecting the types of individual enumeration constants

Is the return statement allowed on constexpr constructors?

Using lambda captured constexpr value as an array dimension

Synchronously sort two containers by elements of first of them

c++ sorting c++11 stl c++14

I think I can understand §5.3.4/11 in N4140, but the notion of an allocation function which has been extended is incomprehensible to me

C++ initializer list and default values

c++ g++ c++14

Signed to unsigned conversion in C++

Closure default capture overhead

c++ lambda c++14

What are these evaluations in the calling function that are not specifically sequenced before the body of the called function?

c++ language-lawyer c++14

Algorithm for function evaluation by pairs (C++, STL)

c++ algorithm c++11 stl c++14

For each loop only takes first string of array C++

c++ arrays string c++14

Function to generate a tuple given a size N and a type T

Can template inheritance from its another specialization be a circular dependency or is it a clang's bug

Why std::thread accepts a functor by forwarding reference

How to get all parameters' types from parameter pack?

What was the purpose of the emboldened text below in [class.copy]/12 in C++14?

c++ c++14 language-lawyer

C++ meta function that determines if a type is callable for supplied arguments

extern template 'inconsistent explicit instantiations'

c++ c++11 c++14

Why is declaration-seq in the C++ standard written this way?