Re: [v3] implement allocator-extended constructors in

2011-05-30 Thread Jonathan Wakely
2011-05-31 Jonathan Wakely * include/std/tuple: Restore is_convertible constraint. * testsuite/20_util/tuple/cons/allocate_noncopyable.cc: Remove. Paolo explained some details about the constraints on the tuple constructor and I'm reverting the part of change from is_convertibl

Re: [v3] implement allocator-extended constructors in

2011-05-30 Thread Jonathan Wakely
On 30 May 2011 21:14, H.J. Lu wrote: > On Mon, May 30, 2011 at 9:32 AM, Jonathan Wakely > wrote: >> 2011-05-30  Jonathan Wakely   >> >>        * include/std/tuple: Implement uses-allocator construction. >>        * include/bits/allocator.h (uses_allocator): Move to ... >>        * include/bits/u

Re: [v3] implement allocator-extended constructors in

2011-05-30 Thread H.J. Lu
On Mon, May 30, 2011 at 9:32 AM, Jonathan Wakely wrote: > 2011-05-30  Jonathan Wakely   > >        * include/std/tuple: Implement uses-allocator construction. >        * include/bits/allocator.h (uses_allocator): Move to ... >        * include/bits/uses_allocator.h: New file. >        * include/Ma

[v3] implement allocator-extended constructors in

2011-05-30 Thread Jonathan Wakely
2011-05-30 Jonathan Wakely * 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: Regene