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

Jonathan Wakely jwakely@redhat.com
Mon Jun 22 15:11:00 GMT 2015


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 for __cxx11::basic_string by evaluating
bool(_GLIBCXX_USE_CXX11_ABI).

Tested powerpc64-linux, committed to trunk.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt
Type: text/x-patch
Size: 2028 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20150622/c41b4f1e/attachment.bin>


More information about the Gcc-patches mailing list