diff options
Diffstat (limited to 'include/ostream')
-rw-r--r-- | include/ostream | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ostream b/include/ostream index b135ddb7713a8..9d26a41e82952 100644 --- a/include/ostream +++ b/include/ostream @@ -1287,8 +1287,8 @@ operator<<(basic_ostream<_CharT, _Traits>& __os, const bitset<_Size>& __x) use_facet<ctype<_CharT> >(__os.getloc()).widen('1')); } -extern template class basic_ostream<char>; -extern template class basic_ostream<wchar_t>; +_LIBCPP_EXTERN_TEMPLATE(class basic_ostream<char>) +_LIBCPP_EXTERN_TEMPLATE(class basic_ostream<wchar_t>) _LIBCPP_END_NAMESPACE_STD |