Re: RFC: __gnu_cxx::__alloc_traits extension

2011-06-22 Thread Jonathan Wakely
On 11 June 2011 16:41, Jonathan Wakely wrote: > > 2011-06-11  Jonathan Wakely   > >        * include/Makefile.am: Add alloc_traits.h headers. >        * include/Makefile.in: Regenerate. >        * include/std/memory: Include uses_allocator.h explicitly. >        * include/bits/allocator.h (allocato

RFC: __gnu_cxx::__alloc_traits extension

2011-06-11 Thread Jonathan Wakely
Here's the next piece of my ongoing allocator work, which I think is ready to check in. I've moved allocator_traits to a separate header, so it can be used without including the definition of std::allocator, so this means we'll have: bits/uses_allocator.h: std::allocator_arg, std::uses_allocator