Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Interaction of function-local enum declaration and ADL

c++ c++14 language-lawyer

error: ‘make_reverse_iterator’ is not a member of ‘std’

c++ g++ c++14

C++ - Unexpected output from std::string

c++ c++11 c++14 c++17

Should I move a temporary into a variable?

c++ c++11 move-semantics c++14

Returning the active member of a union using a function within it

c++ c++14 unions

generalized lambda capture in uniform initialization failed to compile

c++ c++14

Variable no need to be declared in lambda function? [duplicate]

c++ lambda c++14

Call with minimal number of argument from lambda with default arguments

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