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]

Re: [v3] implement allocator-extended constructors in <tuple>


On Mon, May 30, 2011 at 9:32 AM, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> 2011-05-30 ?Jonathan Wakely ?<jwakely.gcc@gmail.com>
>
> ? ? ? ?* include/std/tuple: Implement uses-allocator construction.
> ? ? ? ?* include/bits/allocator.h (uses_allocator): Move to ...
> ? ? ? ?* include/bits/uses_allocator.h: New file.
> ? ? ? ?* include/Makefile.am: Add new header.
> ? ? ? ?* include/Makefile.in: Regenerate.
> ? ? ? ?* testsuite/20_util/uses_allocator/cons_neg.cc: New.
> ? ? ? ?* testsuite/20_util/uses_allocator/construction.cc: New.
> ? ? ? ?* testsuite/20_util/tuple/cons/allocate_noncopyable.cc: New.
> ? ? ? ?* testsuite/20_util/tuple/cons/allocators.cc: New.
>
> Tested x86_64-linux, committed to trunk.
>
>

This may have caused:

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


-- 
H.J.


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