libstdc++: Fix tests that fail in C++20 mode
authorJonathan Wakely <jwakely@redhat.com>
Mon, 20 Apr 2020 21:06:32 +0000 (22:06 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 20 Apr 2020 21:06:32 +0000 (22:06 +0100)
commit0ea89b15782a4ee92bae0175a0a963752c39076c
treecff91067c727e4d59ce4a76003950808cdee36b1
parent5bdd4c5d3fc9c143e8edea3b10828e4b75d7a385
libstdc++: Fix tests that fail in C++20 mode

* testsuite/20_util/is_constructible/51185.cc: Make test class a
non-aggregate so that the test verifies the same thing in all -std
modes.
* testsuite/20_util/is_constructible/value-2.cc: Adjust expected
results for some types when paren-init for aggregates is supported.
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/20_util/is_constructible/51185.cc
libstdc++-v3/testsuite/20_util/is_constructible/value-2.cc