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
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
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
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