This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/47453] Various non-conforming behaviors with braced-init-list initialization


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47453

--- Comment #2 from Johannes Schaub <schaub.johannes at googlemail dot com> 2011-01-25 03:37:01 UTC ---
(In reply to comment #0)
> In short, the intent seems to be that a "({ ... })" initializer is only allowed
> for class types, where it will hit 8.5.16p6. 
>

I'm sorry. I meant 8.5p16 bullet 6. I don't want to add unnecessarily more
confusion to this :)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]