[PATCH] D25208: [libc++] Make _LIBCPP_TYPE_VIS export members

Shoaib Meenai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 12 18:04:34 PST 2016


smeenai planned changes to this revision.
smeenai added a comment.

Hidden visibility also requires extern template declarations to expand to default visibility (as opposed to just default type visibility) to be feasible. Will fix annotations there and then roll that macro change into this diff.


https://reviews.llvm.org/D25208





More information about the cfe-commits mailing list