EricWF added a comment. Please address the inline comments before committing.
================ Comment at: test/libcxx/strings/iterators.exceptions.pass.cpp:29 +#ifndef TEST_HAS_NO_EXCEPTIONS +constexpr bool expected = false; +#else ---------------- We can't use constexpr because these tests run in C++03. However `const bool expected = ...` should give you a value you can use in constant expressions. https://reviews.llvm.org/D27310 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits