diff options
Diffstat (limited to 'system/include/libcxx/string')
-rw-r--r-- | system/include/libcxx/string | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/include/libcxx/string b/system/include/libcxx/string index 4f3e0e76..2041510f 100644 --- a/system/include/libcxx/string +++ b/system/include/libcxx/string @@ -1021,7 +1021,7 @@ __basic_string_common<__b>::__throw_out_of_range() const #endif } -//extern template class __basic_string_common<true>; /* XXX EMScripten: Comment to export the class */ +extern template class __basic_string_common<true>; template<class _CharT, class _Traits, class _Allocator> class _LIBCPP_VISIBLE basic_string @@ -3965,8 +3965,8 @@ getline(basic_istream<_CharT, _Traits>&& __is, #endif // _LIBCPP_HAS_NO_RVALUE_REFERENCES -//extern template class basic_string<char>; /* XXX EMScripten: Comment to export the class */ -//extern template class basic_string<wchar_t>; /* XXX EMScripten: Comment to export the class */ +extern template class basic_string<char>; +extern template class basic_string<wchar_t>; extern template string |