CaseyCarter added inline comments.
================
Comment at: test/std/utilities/variant/variant.get/get_index.pass.cpp:39
constexpr V v(42);
- ASSERT_NOT_NOEXCEPT(std::get<0>(v));
+#ifndef __clang__
+ ASSERT_NOEXCEPT(std::get<0>(v));
----------------
THAT'S RIGHT, A CLANG BUG (https://llvm.org/bugs/show_bug.cgi?id=15481) THAT
C1XX GETS CORRECT. You saw it here first.
https://reviews.llvm.org/D27436
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits