$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52199 - trunk/boost/ptr_container/detail
From: nesotto_at_[hidden]
Date: 2009-04-05 16:23:52
Author: nesotto
Date: 2009-04-05 16:23:50 EDT (Sun, 05 Apr 2009)
New Revision: 52199
URL: http://svn.boost.org/trac/boost/changeset/52199
Log:
suppress warnings...
Text files modified: 
   trunk/boost/ptr_container/detail/reversible_ptr_container.hpp |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/boost/ptr_container/detail/reversible_ptr_container.hpp
==============================================================================
--- trunk/boost/ptr_container/detail/reversible_ptr_container.hpp	(original)
+++ trunk/boost/ptr_container/detail/reversible_ptr_container.hpp	2009-04-05 16:23:50 EDT (Sun, 05 Apr 2009)
@@ -41,6 +41,7 @@
 #if BOOST_WORKAROUND(BOOST_MSVC, >= 1400)  
 #pragma warning(push)  
 #pragma warning(disable:4127)
+#pragma warning(disable:4224) // formal parameter was previously defined as a type.
 #endif  
 
 namespace boost