$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53506 - trunk/boost/functional/hash/detail
From: daniel_james_at_[hidden]
Date: 2009-05-31 11:53:10
Author: danieljames
Date: 2009-05-31 11:53:09 EDT (Sun, 31 May 2009)
New Revision: 53506
URL: http://svn.boost.org/trac/boost/changeset/53506
Log:
Remove misplaced visual C++ warning pragma.
Text files modified: 
   trunk/boost/functional/hash/detail/hash_float.hpp |     8 --------                                
   1 files changed, 0 insertions(+), 8 deletions(-)
Modified: trunk/boost/functional/hash/detail/hash_float.hpp
==============================================================================
--- trunk/boost/functional/hash/detail/hash_float.hpp	(original)
+++ trunk/boost/functional/hash/detail/hash_float.hpp	2009-05-31 11:53:09 EDT (Sun, 31 May 2009)
@@ -10,14 +10,6 @@
 # pragma once
 #endif
 
-#if defined(BOOST_MSVC)
-#pragma warning(push)
-#if BOOST_MSVC >= 1400
-#pragma warning(disable:6294) // Ill-defined for-loop: initial condition does
-                              // not satisfy test. Loop body not executed 
-#endif
-#endif
-
 #include <boost/config.hpp>
 #include <boost/functional/hash/detail/float_functions.hpp>
 #include <boost/functional/hash/detail/limits.hpp>