[PATCH] D21673: [libcxx] guard throw with exception enabling check
Weiming Zhao via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 24 09:43:54 PDT 2016
weimingz added a subscriber: weimingz.
weimingz added a comment.
It's a good idea. Currently, there are about 600+ "throws" being
guarded by _LIBCPP_NO_EXCEPTIONS macro.
How about let's merge the patch now and I can do the conversion of
existing code to the wrapper in background?
Weiming
http://reviews.llvm.org/D21673
More information about the cfe-commits
mailing list