https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106040

pj at patrickjohnston dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pj at patrickjohnston dot org

--- Comment #2 from pj at patrickjohnston dot org ---
Note that http://eel.is/c++draft/dcl.init.aggr#4.2
> the element is copy-initialized from the corresponding initializer-clause or 
> is initialized with the brace-or-equal-initializer of the corresponding 
> designated-initializer-clause
possibly suggests that copy initialisation semantics are used (meaning no
explicit conversion), dependent on if your interpretation agrees that the
"copy-initialized" bit still applies to the brace-or-equal-initializer bit

Reply via email to