[PATCH] D29157: [libc++] Make _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS export members

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 16 19:04:22 PST 2017


EricWF added inline comments.


================
Comment at: include/locale:626
     template <class _Fp>
+    _LIBCPP_HIDDEN
     iter_type __do_get_floating_point
----------------
After applying the changes to `__config` but not this header `check-cxx-abilist` didn't report any changes to these symbols. Why is this needed again?


https://reviews.llvm.org/D29157





More information about the cfe-commits mailing list