EricWF added inline comments.
================ Comment at: test/std/utilities/memory/pointer.conversion/to_address.pass.cpp:119 + ASSERT_NOEXCEPT(std::to_address(p4)); + assert(std::to_address(p4) == &i); +} ---------------- Shouldn't one of these tests hit a non-noexcept function? https://reviews.llvm.org/D35470 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits