[PATCH] D14653: [libcxx] Introduce the mechanism for fixing -fno-exceptions test failures.
Jonathan Roelofs via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 19 08:18:49 PST 2015
jroelofs added inline comments.
================
Comment at: include/__noexcept:22
@@ +21,3 @@
+template<typename T>
+inline void throw_helper(T t, const char *msg = nullptr)
+{
----------------
We're not allowed to pollute the global namespace. This must be prefixed with `__`.
http://reviews.llvm.org/D14653
More information about the cfe-commits
mailing list