Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

void_t fails on Visual Studio 2015

`pair::operator=(pair&&)` error with `auto&` deduced move operations - libstdc++ regression?

Using lambda in default initializer gcc vs clang

Trailing comma in uniform initialization

Why do we need the two definitions: integral constant expression and converted constant expression?

Managing trivial types

Why do char{} and char() work as a temporary variable for a char* argument?

Are there any C++ language obstacles that prevent adopting D ranges?

c++ c++11 d range c++14

Does the defaulted default constructor initialize variables to zero?

c++ constructor c++14

Call operator with auto return type being chosen instead of constructor when using std::function

Lambda closure lvalues can be passed as rvalue reference parameters

What's the default value for a std::atomic?

Is it possible to access child types in c++ using CRTP?

Return type deduction with a private member variable

Function argument returning void or non-void type

c++ templates c++14

Unable to create unordered_set with lambda function

c++ c++11 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