Skip to content
Commit 454a7cdf authored by Richard Smith's avatar Richard Smith
Browse files

Implement DR990 and DR1070. Aggregate initialization initializes uninitialized

elements from {}, rather than value-initializing them. This permits calling an
initializer-list constructor or constructing a std::initializer_list object.
(It would also permit initializing a const reference or rvalue reference if
that weren't explicitly prohibited by other rules.)

llvm-svn: 210091
parent f0514968
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment