2016-06-16 17:07 GMT+02:00 Jonathan Wakely <jwak...@redhat.com>: > On 16/06/16 14:08 +0100, Jonathan Wakely wrote: >> >> >> /home/jwakely/src/gcc/gcc/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/./value.h:285:3: >> error: static assertion failed >> >> /home/jwakely/src/gcc/gcc/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/./value.h:287:3: >> error: static assertion failed >> >> /home/jwakely/src/gcc/gcc/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/./value.h:289:3: >> error: static assertion failed >> >> Those assertions fail for both 20_util/is_nothrow_swappable/value.cc >> and 20_util/is_nothrow_swappable/value_ext.cc > > > Those assertions should be changed because with your patch queue, > priority_queue and stack are nothrow swappable, because they don't > depend on the value_type's swappable trait, but the sequence's.
Yes, I agree. > The other problems are that some tests need their dg-error lines > adjusting, and <type_traits> says #ifdef __cplusplus >= 201402L which > should be #if. OK. Thanks again for your patience to test the whole mess! - Daniel