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++/49122] [C++0x] initializer_list is broken


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

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-05-23 16:44:22 UTC ---
There's a note in [support.initlist] which says:
"Copying an initializer list does not copy the underlying elements."

However there was some discussion on the core reflector last month pointing out
that other requirements are inconsistent with that.


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