From bd1c6992207688b116f68410f9ee63250c41faed Mon Sep 17 00:00:00 2001
From: Nicola Musatti
Date: Thu, 27 Apr 2006 06:50:17 +0000
Subject: [PATCH 01/24] Fixed for BCB2006
[SVN r33835]
---
include/boost/io/ios_state.hpp | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/boost/io/ios_state.hpp b/include/boost/io/ios_state.hpp
index 68a5a69..2d1625b 100644
--- a/include/boost/io/ios_state.hpp
+++ b/include/boost/io/ios_state.hpp
@@ -134,7 +134,11 @@ public:
explicit basic_ios_exception_saver( state_type &s )
: s_save_( s ), a_save_( s.exceptions() )
{}
+#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x582))
+ basic_ios_exception_saver( state_type &s, aspect_type a )
+#else
basic_ios_exception_saver( state_type &s, aspect_type const &a )
+#endif
: s_save_( s ), a_save_( s.exceptions() )
{ s.exceptions(a); }
~basic_ios_exception_saver()
From 7aa98502d3154d69388849b07aa72431fa2be8af Mon Sep 17 00:00:00 2001
From: Douglas Gregor
Date: Wed, 31 May 2006 12:35:53 +0000
Subject: [PATCH 02/24] Include workaround header
[SVN r34127]
---
include/boost/io/ios_state.hpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/boost/io/ios_state.hpp b/include/boost/io/ios_state.hpp
index 2d1625b..c9b4576 100644
--- a/include/boost/io/ios_state.hpp
+++ b/include/boost/io/ios_state.hpp
@@ -10,6 +10,7 @@
#define BOOST_IO_IOS_STATE_HPP
#include // self include
+#include
#include // for std::ios_base, std::basic_ios, etc.
#ifndef BOOST_NO_STD_LOCALE
From 8dfc0e65d1c80a46d0ca27ebc383643884d240de Mon Sep 17 00:00:00 2001
From: Daryle Walker
Date: Sat, 4 Nov 2006 22:58:43 +0000
Subject: [PATCH 03/24] Added license to a person profile; updated license on
Boost.Integer and Boost.IO doc files; changed 'BOOST_TEST' to 'BOOST_CHECK'
on Boost.Integer testing *.cpp files
[SVN r35844]
---
doc/index.html | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/doc/index.html b/doc/index.html
index e2b8ea5..966c37b 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -59,9 +59,8 @@ with/for the standard I/O library.
Revised: 26 Feb 2002
-Copyright 2002 Boost.org. Use,
-modification, and distribution are subject to the Boost Software
-License, Version 1.0. (See accompanying file Copyright 2002 Daryle Walker. Use, modification, and distribution are
+subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)