Re: [patch] libstdc++/55409 C++11 allocator support for std::list

2015-06-22 Thread Jonathan Wakely
On 17/06/15 21:36 +0100, Jonathan Wakely wrote: I didn't get time to finish this for 5.1, but this adds missing C++11 allocator support to std::list. François pointed out that this change means we can update __gnu_debug::list to derive from an allocator-aware _Safe_sequence. We can do the same

[patch] libstdc++/55409 C++11 allocator support for std::list

2015-06-17 Thread Jonathan Wakely
I didn't get time to finish this for 5.1, but this adds missing C++11 allocator support to std::list. Tested powerpc64le-linux with old and new ABIs, committed to trunk. commit a2f754fff86496f45b1159f5cdd2420578f96817 Author: Jonathan Wakely Date: Fri Jun 27 18:36:05 2014 +0100 C++11 allo