[PATCH] D16948: [libcxx] Filesystem TS -- Complete

Akira Hatanaka via cfe-commits cfe-commits at lists.llvm.org
Tue May 31 16:04:54 PDT 2016


ahatanak added a subscriber: ahatanak.

================
Comment at: test/std/utilities/meta/meta.rel/is_nothrow_callable.pass.cpp:57
@@ -56,3 +56,3 @@
     struct Dummy { void foo() noexcept {} static void bar() noexcept {} };
-#if !defined(__cpp_noexcept_function_type)
+#if !defined(__cpp_noexcept_function_type) && 0
     {
----------------
Can you explain why this change was needed? I'm trying to figure out why the two static_asserts in the #else part fail.


http://reviews.llvm.org/D16948





More information about the cfe-commits mailing list