[Bug c++/92812] Implement P1975R0: Fixing the wording of parenthesized aggregate-initialization

jason at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Feb 4 16:47:00 GMT 2020


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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org

--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> ---
Another missing piece:

struct A
{ 
  int ar[2];
  A(): ar(1,2) {} // should work, I think
};


More information about the Gcc-bugs mailing list