aboutsummaryrefslogtreecommitdiff
path: root/system/include/libcxx
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/libcxx')
-rw-r--r--system/include/libcxx/ostream2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libcxx/ostream b/system/include/libcxx/ostream
index f1a3de9c..c70f3c15 100644
--- a/system/include/libcxx/ostream
+++ b/system/include/libcxx/ostream
@@ -204,6 +204,7 @@ protected:
basic_ostream() {} // extension, intentially does not initialize
};
+/*
template <class _CharT, class _Traits>
class _LIBCPP_VISIBLE basic_ostream<_CharT, _Traits>::sentry
{
@@ -1287,6 +1288,7 @@ operator<<(basic_ostream<_CharT, _Traits>& __os, const bitset<_Size>& __x)
extern template class basic_ostream<char>;
extern template class basic_ostream<wchar_t>;
+*/
_LIBCPP_END_NAMESPACE_STD