aboutsummaryrefslogtreecommitdiff
path: root/system/include/libcxx/streambuf
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/libcxx/streambuf')
-rw-r--r--system/include/libcxx/streambuf9
1 files changed, 5 insertions, 4 deletions
diff --git a/system/include/libcxx/streambuf b/system/include/libcxx/streambuf
index feb62c7e..20ae24f3 100644
--- a/system/include/libcxx/streambuf
+++ b/system/include/libcxx/streambuf
@@ -111,6 +111,7 @@ protected:
#include <__config>
#include <iosfwd>
#include <ios>
+#include <__locale>
#pragma GCC system_header
@@ -551,11 +552,11 @@ basic_streambuf<_CharT, _Traits>::overflow(int_type __c)
return traits_type::eof();
}
-extern template class basic_streambuf<char>;
-extern template class basic_streambuf<wchar_t>;
+//extern template class basic_streambuf<char>; /* XXX EMScripten */
+//extern template class basic_streambuf<wchar_t>; /* XXX EMScripten */
-extern template class basic_ios<char>;
-extern template class basic_ios<wchar_t>;
+//extern template class basic_ios<char>; /* XXX EMScripten */
+//extern template class basic_ios<wchar_t>; /* XXX EMScripten */
_LIBCPP_END_NAMESPACE_STD