llvm-project/libcxx/test/std/utilities/variant/variant.variant
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
..
variant.assign Implement LWG 2904. 2017-06-07 10:22:43 +00:00
variant.ctor Workaround GCC bug PR78489 - SFINAE order is not respected. 2018-03-22 22:32:55 +00:00
variant.dtor Implement C++17 <variant>. Patch from Michael Park! 2016-12-02 23:00:05 +00:00
variant.mod Add markup for libc++ dylib availability 2017-05-04 17:08:54 +00:00
variant.status Fix Apple-specific XFAIL directive in libc++ test 2017-03-01 23:14:34 +00:00
variant.swap Add markup for libc++ dylib availability 2017-05-04 17:08:54 +00:00
variant_array.fail.cpp
variant_empty.fail.cpp
variant_reference.fail.cpp Implement C++17 <variant>. Patch from Michael Park! 2016-12-02 23:00:05 +00:00
variant_void.fail.cpp