From 37b84f9cbb05322dc75ad57b0081666b7958292c Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 31 May 2009 15:53:09 +0000 Subject: [PATCH] Remove misplaced visual C++ warning pragma. [SVN r53506] --- include/boost/functional/hash/detail/hash_float.hpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/boost/functional/hash/detail/hash_float.hpp b/include/boost/functional/hash/detail/hash_float.hpp index 0137ab7..ea1bc25 100644 --- a/include/boost/functional/hash/detail/hash_float.hpp +++ b/include/boost/functional/hash/detail/hash_float.hpp @@ -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 #include #include