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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to