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++/52591] [C++0x] [4.7 Regression] moving std::vector relies on movable elements


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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |enhancement

--- Comment #10 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-03-15 01:25:34 UTC ---
N.B. that relies on the "always equal" extension for allocators which I already
implemented (and reported as DR 2108)

when we implement DR 2103 it will work because POCMA will be true for
std::allocator


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