List initialization and copy elision...
Read MoreWhy do Clang and VS2013 accept moving brace-initialized default arguments, but not GCC 4.8 or 4.9?...
Read MoreAutomatic type deduction failure with brace initialisation in a function call with unique_ptr...
Read Morelist-initialization in combination with constructors...
Read MoreWhich greedy initializer-list examples are lurking in the Standard Library?...
Read MoreWhy would they special-case certain initializer lists instead of treating them all the same?...
Read Morestd::array copy construction using braces...
Read Moredefaulted ctor differences between gcc 4.6 and 4.7...
Read MoreAlternative to brace initialization in g++ 4.4...
Read MoreCompiler thinks that "A(A&)" accepts rvalues for a moment?...
Read MoreInitialize a constexpr array with user-defined literal...
Read MoreUniform initialization of derived class with trivial ctor...
Read MoreCan list initialization not be used for private members?...
Read More