[PATCH] D27254: Protect optional test under libcpp-no-exceptions

Marshall Clow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 30 07:23:03 PST 2016


mclow.lists added inline comments.


================
Comment at: test/std/experimental/optional/optional.specalg/swap.pass.cpp:225
     }
+#ifndef TEST_HAS_NO_EXCEPTIONS
     {
----------------
Why is this here, and not before line L#236?


https://reviews.llvm.org/D27254





More information about the cfe-commits mailing list