This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

[v3] (almost) finish <scoped_allocator>


This adds support for piecewise construction of std::pair by
scoped_allocator_adaptor.  The only thing missing from
scoped_allocator_adaptor now is that my definition of OUTERMOST isn't
recursive so doesn't work for nested scoped_allocator_adaptors.
That's a suitably obscure use case that I'm not going to rush to fix
it today.

        * include/std/scoped_allocator (__outermost_alloc_traits): Define.
        (scoped_allocator_adaptor::destroy): Use it.
        (scoped_allocator_adaptor::construct): Likewise. Overload for
        piecewise construction of std::pair objects.
        * testsuite/20_util/scoped_allocator/2.cc: New.

Tested x86_64-linux, committed to trunk.

Attachment: patch.txt
Description: Text document


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