Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Why are there const overloads of mutating Boost.Range algorithms?

c++ c++11 boost c++14 range-v3

Can we use heterogeneous lookup comparator to perform a "partial-match" search on STL associative containers?

c++ stl c++14

What is the prettiest way to convert time_point to string?

c++ string c++11 c++14 chrono

Unqualified name lookup: Why local declaration hides declaration from using directive

Generic lambda cannot be used within a namespace?

RVO and deleted move constructor in C++14

c++ c++14 move-constructor

Generic std::function to store a generic lambda [duplicate]

Function taking pointer-to-method regardless of constness

c++ templates c++14

Different behavior between libstdc++ and libc++ when constructing std::function with lambda

c++ c++11 lambda c++14 libc++

Did template concepts get to c++14?

c++ c++14

Is it always safe to use C++14's auto function type return deduction in place of std::common_type?

Is rule 3 in section 3.3.7/1 from N3936 redundant?