summaryrefslogtreecommitdiff
path: root/system/include/libcxx/ostream
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/libcxx/ostream')
-rw-r--r--system/include/libcxx/ostream5
1 files changed, 2 insertions, 3 deletions
diff --git a/system/include/libcxx/ostream b/system/include/libcxx/ostream
index c70f3c15..dd28e686 100644
--- a/system/include/libcxx/ostream
+++ b/system/include/libcxx/ostream
@@ -1285,10 +1285,9 @@ operator<<(basic_ostream<_CharT, _Traits>& __os, const bitset<_Size>& __x)
(use_facet<ctype<_CharT> >(__os.getloc()).widen('0'),
use_facet<ctype<_CharT> >(__os.getloc()).widen('1'));
}
-
-extern template class basic_ostream<char>;
-extern template class basic_ostream<wchar_t>;
*/
+//extern template class basic_ostream<char>; /* XXX EMScripten */
+//extern template class basic_ostream<wchar_t>; /* XXX EMScripten */
_LIBCPP_END_NAMESPACE_STD