$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53426 - trunk/boost/iostreams
From: ghost_at_[hidden]
Date: 2009-05-30 02:03:03
Author: vladimir_prus
Date: 2009-05-30 02:03:03 EDT (Sat, 30 May 2009)
New Revision: 53426
URL: http://svn.boost.org/trac/boost/changeset/53426
Log:
Do no disable warnings twice (while restoring only once).
Fixes #2779.
Thanks to Vasili Galka for the bug report.
Text files modified:
trunk/boost/iostreams/close.hpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Modified: trunk/boost/iostreams/close.hpp
==============================================================================
--- trunk/boost/iostreams/close.hpp (original)
+++ trunk/boost/iostreams/close.hpp 2009-05-30 02:03:03 EDT (Sat, 30 May 2009)
@@ -212,7 +212,6 @@
}
};
-#include <boost/iostreams/detail/config/disable_warnings.hpp> // Borland.
template<>
struct close_impl<closable_tag> {
template<typename T>