Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Overload resolution between template members in base and derived classes

Fixed point combinator and explicit result type

Order of initialization and destruction of block-scope static vs. namespace-scope thread_local in main thread

Is an STL Container of const T with a custom allocator ill-formed?

c++ c++14 language-lawyer

Another type of smart ptr, like unique_ptr with weak refs?

c++ c++14 smart-pointers

Practical difference between a struct with only operator() and a normal function

c++ c++11 c++14

Black Magic using Initializer_list and pack expansion

What is std::numeric_limits<T>::digits supposed to represent?

c++ c++11 std 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