From 5645fe2c902044d4e7c28cf89be051d30b84ecbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Thu, 26 Aug 2010 21:53:40 +0000 Subject: [PATCH] Fixes for Boost 1.45 [SVN r65043] --- include/boost/intrusive/rbtree_algorithms.hpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/boost/intrusive/rbtree_algorithms.hpp b/include/boost/intrusive/rbtree_algorithms.hpp index a470a5d..5458e4f 100644 --- a/include/boost/intrusive/rbtree_algorithms.hpp +++ b/include/boost/intrusive/rbtree_algorithms.hpp @@ -57,10 +57,6 @@ #include #include -#if (defined _MSC_VER) && (_MSC_VER >= 1200) -#pragma optimize( "g", off ) -#endif - namespace boost { namespace intrusive { @@ -908,10 +904,6 @@ class rbtree_algorithms } //namespace intrusive } //namespace boost -#if (defined _MSC_VER) && (_MSC_VER >= 1200) -#pragma optimize( "", on ) -#endif - #include #endif //BOOST_INTRUSIVE_RBTREE_ALGORITHMS_HPP