Re: [v3 PATCH] PR libstdc++/77395

2016-08-30 Thread Jonathan Wakely
diff --git a/libstdc++-v3/testsuite/20_util/pair/cons/explicit_construct.cc b/libstdc++-v3/testsuite/20_util/pair/cons/explicit_construct.cc index 1525fef..7543397 100644 --- a/libstdc++-v3/testsuite/20_util/pair/cons/explicit_construct.cc +++ b/libstdc++-v3/testsuite/20_util/pair/cons/explicit_c

Re: [v3 PATCH] PR libstdc++/77395

2016-08-29 Thread Ville Voutilainen
On 29 August 2016 at 19:27, Ville Voutilainen wrote: > Tested for is_constructible and tuple on Linux-x64, finishing testing > the full suite on Linux-PPC64. New patch, tested with the full suite on Linux-PPC64, tests adjusted accordingly. 2016-08-29 Ville Voutilainen PR libstdc++/77395

[v3 PATCH] PR libstdc++/77395

2016-08-29 Thread Ville Voutilainen
Tested for is_constructible and tuple on Linux-x64, finishing testing the full suite on Linux-PPC64. 2016-08-29 Ville Voutilainen PR libstdc++/77395 * include/std/type_traits (is_constructible): Forward-declare... (__is_base_to_derived_ref): ...and use here. * testsuite/20_util