Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Why does std::atomic constructor behave different in C++14 and C++17

c++ c++14 c++17 stdatomic

Why do different GCC 4.9.2 installations give different results for this regex match?

c++ regex gcc c++14

Parameter packs not expanded with '...'

Function with a fixed amount of parameters determined by an integer

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

Check traits for all variadic template arguments

Is there any real use case for function's reference qualifiers?

c++ c++11 c++14 ref-qualifier

How to typedef the return type of a method from a template class?

Explicit void pointer as function parameter

c++ c++11 c++14 void-pointers

Behaviour of arr[i] = i++ and i = i + 1 statements in C and C++

Why should one never use auto&& for local variables?

What is a trivial function?

c++ language-lawyer c++14

Value initialization: default initialization or zero initialization?

Stripping all qualifiers from a function type

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

Variable template in template class - unexpected error (possible bug?)

How to effectively debug constexpr functions?

Determine whether a constructor of an abstract base class is noexcept?

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

Point of declaration for an enumeration

What are the scopes of default template arguments?

What changes to C++ made copy initialization work for class with explicit constructor?

Networking Library in C++14

c++ networking standards c++14