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 30 May 2011 21:14, H.J. Lu <hjl.tools@gmail.com> wrote:
> 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


It did, I tweaked the test in my tree but didn't include it in the
commit.  Thanks to Paolo for fixing it.


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