Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

How to store and restore the exact type of a type-erased object?

c++ c++11 c++14 type-erasure

clang does not infer template argument in variadic template function with varargs

user-defined literals overloading in <chrono>

May variable template variables vary?

c++ templates c++14

Intel C++ compiler: What is highest GCC version compatibility?

c++ c++11 gcc intel c++14

Auto deduce type of function in template

What is the purpose of the bullet points in [basic.link]/8 in N4140? They don't seem to bring anything new the statement preceding them

"no match" and "cannot bind lvalue" errors while overloading `operator<<` with `std::wostream` and `std::string`

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

Type of non-type parameter in template template class is non deducible in C++14 but deducible in C++17

C++11 auto type deduction from arithmetic operation on int& and long

c++ c++11 reference c++14 auto

unpacking array extents at compile time (C++11/14)

Is sso used in any other standard library containers other than std::string?

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

Friend with a certain template class : "template<ANY...> friend class A;"

c++ templates c++14 friend

Template metaprogramming to match function signature exactly

How to find the constexpr max of variable number of constexpr std::arrays with a default value