[PATCH] D14616: [libcxx] Replace TEST_HAS_NO_EXCEPTIONS with _LIBCPP_NO_EXCEPTIONS [NFC]
Jonathan Roelofs via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 18 10:01:39 PST 2015
jroelofs requested changes to this revision.
jroelofs added a comment.
This revision now requires changes to proceed.
This change is not the right thing to do. The reason this is a separate macro is that we don't want the tests in `test/std` to depend on implementation details of libcxx itself.
http://reviews.llvm.org/D14616
More information about the cfe-commits
mailing list