diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-31 20:25:08 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-31 20:25:08 -0700 |
commit | e23e642110857041c556f78ed458b766bb66dc2b (patch) | |
tree | cf18e43ee6dea870a47490414190592f811ca7e4 /system/include/libcxx | |
parent | 32b4dda8d4515bd4357320c68907a56f83b08298 (diff) |
revert pull 110 and part of pull 107
Diffstat (limited to 'system/include/libcxx')
-rw-r--r-- | system/include/libcxx/ostream | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/include/libcxx/ostream b/system/include/libcxx/ostream index c7d294e2..dd28e686 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 { @@ -1284,7 +1285,7 @@ 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>; /* XXX EMScripten */ //extern template class basic_ostream<wchar_t>; /* XXX EMScripten */ |