On 30 May 2011 21:14, H.J. Lu <hjl.to...@gmail.com> wrote: > On Mon, May 30, 2011 at 9:32 AM, Jonathan Wakely <jwakely....@gmail.com> > wrote: >> 2011-05-30 Jonathan Wakely <jwakely....@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.