Fixes for Boost 1.45

[SVN r65043]
This commit is contained in:
Ion Gaztañaga
2010-08-26 21:53:40 +00:00
parent 41da46b4d3
commit 5645fe2c90

View File

@@ -57,10 +57,6 @@
#include <boost/intrusive/detail/utilities.hpp>
#include <boost/intrusive/detail/tree_algorithms.hpp>
#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 <boost/intrusive/detail/config_end.hpp>
#endif //BOOST_INTRUSIVE_RBTREE_ALGORITHMS_HPP