[Bug c++/50450] /usr/include/c++/4.6/bits/stl_set.h ifdef __GXX_EXPERIMENTAL_CXX0X__
paolo.carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Sun Sep 18 16:46:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50450
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-09-18 15:27:58 UTC ---
Of course those are *two different functions*, one takes a const lvalue
reference, the other an rvalue reference, and we definitely want *both* in
C++0x mode (23.4.6.1).
More information about the Gcc-bugs
mailing list