summaryrefslogtreecommitdiff
path: root/include/iosfwd
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2011-01-08 20:00:48 +0000
committerHoward Hinnant <hhinnant@apple.com>2011-01-08 20:00:48 +0000
commit52c4eb23e06f647e1a70db15b77fb5e86304f920 (patch)
treec23972f8816f821a1640e74ca49415644e42024a /include/iosfwd
parent04240d90ef5da1da2d729088f0820c3bbc96626c (diff)
Two minor fixes: 1. Put integral_constant conversion to integral in even without constexpr support. 2. Add ios_base to <iosfwd>. The latter is being tracked by LWG 2026.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@123080 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/iosfwd')
-rw-r--r--include/iosfwd2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/iosfwd b/include/iosfwd
index 1f9fe3bc8..0e5c683ac 100644
--- a/include/iosfwd
+++ b/include/iosfwd
@@ -92,6 +92,8 @@ typedef fpos<char_traits<wchar_t>::state_type> wstreampos;
_LIBCPP_BEGIN_NAMESPACE_STD
+class ios_base;
+
template<class _CharT> struct _LIBCPP_VISIBLE char_traits;
template<class _Tp> class _LIBCPP_VISIBLE allocator;