Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in uniform-initialization

How to initialise a vector member variable in the class definition?

Why does C++ list initialization also take regular constructors into account?

Initialization of static constexpr member array in gcc 4.8

Construct container with initializer list of iterators

Why does using uniform initializer syntax result in different behavior to the "old" style ()?

std::make_pair vs C++11 uniform initializer

What's the difference between `Object obj(args...)` and `Object obj{args...}`?

Uniform vs legacy initialisation producing different compilation results

Copy constructor curly braces initialization

uniform initialization of static constexpr member

Uniform initialization of an atomic struct?

Why do I not need 3 levels of braces for initializing 3 levels of arrays?

Initialization of const reference member with deleted copy constructor

Direct vs uniform initialization in std::allocator

Uniform initialization of derived class with trivial ctor

Prevent implicit conversion but allow list initialisation?

Uniform initialization fails to copy when object has no data members

Class with std::array of objects without default constructors

C++11 in gcc 4.8.1: list-initialization for copy constructor doesn't work