|
@@ -1255,13 +1255,13 @@ struct __narrow_to_utf8<8>
|
|
|
};
|
|
|
|
|
|
template <>
|
|
|
-struct __narrow_to_utf8<16>
|
|
|
+struct _LIBCPP_TEMPLATE_VIS __narrow_to_utf8<16>
|
|
|
: public codecvt<char16_t, char, mbstate_t>
|
|
|
{
|
|
|
_LIBCPP_INLINE_VISIBILITY
|
|
|
__narrow_to_utf8() : codecvt<char16_t, char, mbstate_t>(1) {}
|
|
|
|
|
|
- ~__narrow_to_utf8();
|
|
|
+ _LIBCPP_EXPORTED_FROM_ABI ~__narrow_to_utf8();
|
|
|
|
|
|
template <class _OutputIterator, class _CharT>
|
|
|
_LIBCPP_INLINE_VISIBILITY
|
|
@@ -1289,13 +1289,13 @@ struct __narrow_to_utf8<16>
|
|
|
};
|
|
|
|
|
|
template <>
|
|
|
-struct __narrow_to_utf8<32>
|
|
|
+struct _LIBCPP_TEMPLATE_VIS __narrow_to_utf8<32>
|
|
|
: public codecvt<char32_t, char, mbstate_t>
|
|
|
{
|
|
|
_LIBCPP_INLINE_VISIBILITY
|
|
|
__narrow_to_utf8() : codecvt<char32_t, char, mbstate_t>(1) {}
|
|
|
|
|
|
- ~__narrow_to_utf8();
|
|
|
+ _LIBCPP_EXPORTED_FROM_ABI ~__narrow_to_utf8();
|
|
|
|
|
|
template <class _OutputIterator, class _CharT>
|
|
|
_LIBCPP_INLINE_VISIBILITY
|
|
@@ -1345,13 +1345,13 @@ struct __widen_from_utf8<8>
|
|
|
};
|
|
|
|
|
|
template <>
|
|
|
-struct __widen_from_utf8<16>
|
|
|
+struct _LIBCPP_TEMPLATE_VIS __widen_from_utf8<16>
|
|
|
: public codecvt<char16_t, char, mbstate_t>
|
|
|
{
|
|
|
_LIBCPP_INLINE_VISIBILITY
|
|
|
__widen_from_utf8() : codecvt<char16_t, char, mbstate_t>(1) {}
|
|
|
|
|
|
- ~__widen_from_utf8();
|
|
|
+ _LIBCPP_EXPORTED_FROM_ABI ~__widen_from_utf8();
|
|
|
|
|
|
template <class _OutputIterator>
|
|
|
_LIBCPP_INLINE_VISIBILITY
|
|
@@ -1379,13 +1379,13 @@ struct __widen_from_utf8<16>
|
|
|
};
|
|
|
|
|
|
template <>
|
|
|
-struct __widen_from_utf8<32>
|
|
|
+struct _LIBCPP_TEMPLATE_VIS __widen_from_utf8<32>
|
|
|
: public codecvt<char32_t, char, mbstate_t>
|
|
|
{
|
|
|
_LIBCPP_INLINE_VISIBILITY
|
|
|
__widen_from_utf8() : codecvt<char32_t, char, mbstate_t>(1) {}
|
|
|
|
|
|
- ~__widen_from_utf8();
|
|
|
+ _LIBCPP_EXPORTED_FROM_ABI ~__widen_from_utf8();
|
|
|
|
|
|
template <class _OutputIterator>
|
|
|
_LIBCPP_INLINE_VISIBILITY
|