Update _LIBCPP_EXCEPTION_ABI doc with @mclow's feedback

llvm-svn: 281695
This commit is contained in:
Eric Fiselier 2016-09-16 02:51:26 +00:00
parent 08566532ae
commit 991c354b01
1 changed files with 3 additions and 2 deletions

View File

@ -84,8 +84,9 @@ Visibility Macros
**_LIBCPP_EXCEPTION_ABI**
Mark the member functions, typeinfo, and vtable of the type as being exported
by the libc++ library. This macro must be applied to all *exception types*.
Exception types must be defined directly in namespace `std` and not the
versioning namespace.
Exception types should be defined directly in namespace `std` and not the
versioning namespace. This allows throwing and catching some exception types
between libc++ and libstdc++.
Links
=====