Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Pointers: initialisation vs. declaration

c++ pointers c++14

make_unique arrays, original proposal vs. final

c++ standard-library c++14

How to compel a compiler to generate a code equivalent for a manual switch?

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

A using-declaration can not be repeated in function scope. Why is that?

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