llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.ctor
Eric Fiselier a595456731 Workaround GCC bug PR78489 - SFINAE order is not respected.
This patch works around variant test failures which are new to
GCC 8. GCC 8 either doesn't perform SFINAE in lexical order, or
it doesn't halt after encountering the first failure. This
causes hard error to occur instead of substitution failure.

See gcc.gnu.org/PR78489

llvm-svn: 328261
2018-03-22 22:32:55 +00:00
..
T.pass.cpp Add a missing SFINAE condition to the `variant`'s converting constructor. 2017-06-19 08:25:57 +00:00
copy.pass.cpp Disable the deduction guide test I added in 309296 for the moment, while I figure out which compilers don't support deduction guides 2017-07-27 18:47:35 +00:00
default.pass.cpp Add markup for libc++ dylib availability 2017-05-04 17:08:54 +00:00
in_place_index_args.pass.cpp Add markup for libc++ dylib availability 2017-05-04 17:08:54 +00:00
in_place_index_init_list_args.pass.cpp Workaround GCC bug PR78489 - SFINAE order is not respected. 2018-03-22 22:32:55 +00:00
in_place_type_args.pass.cpp Add markup for libc++ dylib availability 2017-05-04 17:08:54 +00:00
in_place_type_init_list_args.pass.cpp
move.pass.cpp [test] Test changes to accommodate LWG 2904 "Make variant move-assignment more exception safe" 2017-06-07 00:06:04 +00:00