[PATCH] D21706: [libcxx] refactor for throw or assert

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 24 16:29:57 PDT 2016


EricWF added a subscriber: EricWF.
EricWF added reviewers: mclow.lists, EricWF.
EricWF added a comment.

We actually have a non-macro that does this. It's called `__libcpp_throw` and it lives in `<exception>`. Please use that instead.


http://reviews.llvm.org/D21706





More information about the cfe-commits mailing list