gcc/libstdc++-v3/testsuite/20_util/is_constructible
Jonathan Wakely 0ea89b1578 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.
2020-04-20 22:06:32 +01:00
..
requirements
51185.cc libstdc++: Fix tests that fail in C++20 mode 2020-04-20 22:06:32 +01:00
68430.cc
77395.cc
80812.cc
92878_92947.cc Library-side tests for parenthesized aggregate init 2020-03-31 17:07:52 +03:00
value-2.cc libstdc++: Fix tests that fail in C++20 mode 2020-04-20 22:06:32 +01:00
value.cc