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 libstdc++/52745] GCC4.7 vector uses copy instead of move constructor


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

--- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-03-27 23:30:23 UTC ---
That's known, it's a design choice: in that case you are essentially back to
the unsafe 4.6 behavior. Look for 'move_if_noexcept'.


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