diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-19 20:46:02 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-19 20:46:02 -0700 |
commit | 501b729cd4baea52a9f6f3b33401037541619793 (patch) | |
tree | 4d1fa63cfaa2022b213638e2b4801cfca8acb8af /system/include/libcxx | |
parent | 45bf4d99ac9d55b182c0aabbf9f2ae73f2c5a3f4 (diff) |
fix test_iostream
Diffstat (limited to 'system/include/libcxx')
-rw-r--r-- | system/include/libcxx/ostream | 2 |
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 |