Skip to content
Commit ead480d3 authored by Howard Hinnant's avatar Howard Hinnant
Browse files

Change _LIBCPP_TYPE_VIS to use __type_visibility__(default) instead of...

Change _LIBCPP_TYPE_VIS to use __type_visibility__(default) instead of __visibility__(default) when available.  This change makes just the type_info visible so that types like vectors and strings can be used as exception objects across dylib boundaries even when hidden visibility is specified globally (at the command line), and yet this allows clients to hide the member functions of things like vector and string (with global visibility commands).

llvm-svn: 176639
parent 0f23b763
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment