Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Return type deduction for in-class friend functions

passing lambda as argument - by reference or value?

c++ function c++11 lambda c++14

constexpr error at compile-time, but no overhead at run-time

c++ c++11 constexpr c++14

Why adding `const` makes the universal reference as rvalue

Always prefer set<T, less<>> to set<T> since C++14?

Return value of placement new

c++ c++14 language-lawyer

Why aren't std::algorithms constexpr and which could be?

c++ algorithm c++14 constexpr

What is the correct way to initialize static data members in C++ (98, 11 and 14)

C++ (14) and manual memory management

c++ memory-management c++14

Why can't virtual functions use return type deduction?

Is there any way to enforce that instances are only ever on the stack?

How to extract the source filename without path and suffix at compile time?

c++ c c++11 c++14 c11

Placement new in std::aligned_storage?

c++ c++14

Calling initializer_list constructor via make_unique/make_shared

STL way to access more elements at the same time in a loop over a container

c++ algorithm loops stl c++14

Use of 'auto func(int)' before deduction of 'auto' in C++14

c++ function gcc c++14 auto

Finding whether a signed and an unsigned integer are both even or both odd

c++ c++11 c++14

What does six dots mean in variadic templates? [duplicate]

thread_local static member template definition: initialisation fails with gcc

c++ multithreading c++14

Which parts of the C++14 Standard Library could be and which parts will be made constexpr?