[PATCH] D23855: Make exception-throwing from a noexcept build `abort()`.

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 24 23:37:45 PDT 2016


mclow.lists added inline comments.

================
Comment at: include/stdexcept:174
@@ -173,1 +173,3 @@
 
+// in the dylib
+_LIBCPP_BEGIN_NAMESPACE_STD
----------------
This comment belongs to `__throw_runtime_error`


https://reviews.llvm.org/D23855





More information about the cfe-commits mailing list