[v3] add <scoped_allocator>
Ed Smith-Rowland
3dw4rd@verizon.net
Wed Jul 20 15:47:00 GMT 2011
On 07/18/2011 12:18 PM, Jonathan Wakely wrote:
> On 9 July 2011 14:46, Jonathan Wakely wrote:
>> This adds the new<scoped_allocator> header. Currently only
>> std::vector has the necessary support for C++0x allocators to be
>> usable with std::scoped_allocator_adaptor.
>>
>> * include/Makefile.am: Add new header.
>> * include/Makefile.in: Regenerate.
>> * include/std/scoped_allocator: New.
>> * doc/xml/manual/status_cxx200x.xml: Update.
>> * testsuite/20_util/scoped_allocator/1.cc: New.
>> * testsuite/20_util/scoped_allocator/propagation.cc: New.
>> * testsuite/20_util/scoped_allocator/requirements/typedefs.cc: New.
>> * testsuite/20_util/scoped_allocator/requirements/
>> explicit_instantiation.cc: New.
>>
>> Tested x86_64-linux, commited to trunkx
> Thanks to Francois for pointing out I attached the wrong patch, this
> is the patch matching the changelog above, in r176079
All,
Here is a trivial addition to include scoped_allocator in the
precompiled headers.
It bootstrapped and regtested on x86_64 linux.
Ed
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: CL
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20110720/313a618b/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20110720/313a618b/attachment-0001.ksh>
More information about the Libstdc++
mailing list