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



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



           What    |Removed                     |Added

----------------------------------------------------------------------------

             Status|UNCONFIRMED                 |NEW

   Last reconfirmed|                            |2012-11-20

     Ever Confirmed|0                           |1



--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-11-20 
10:30:32 UTC ---

in the manual

http://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2011

"Only vector meets the requirements relating to allocator use and propagation."



and the release notes for 4.7

http://gcc.gnu.org/gcc-4.7/changes.html

"vector meets the allocator-aware container requirements"



In GCC 4.8 std::forward_list is also allocator-aware, but I haven't updated the

release notes yet.



Confirming but don't hold your breath for it to be fixed in 4.8

Reply via email to