mirror of
https://github.com/boostorg/intrusive.git
synced 2025-08-03 22:44:43 +02:00
Fixes for Boost 1.45
[SVN r65043]
This commit is contained in:
@@ -57,10 +57,6 @@
|
|||||||
#include <boost/intrusive/detail/utilities.hpp>
|
#include <boost/intrusive/detail/utilities.hpp>
|
||||||
#include <boost/intrusive/detail/tree_algorithms.hpp>
|
#include <boost/intrusive/detail/tree_algorithms.hpp>
|
||||||
|
|
||||||
#if (defined _MSC_VER) && (_MSC_VER >= 1200)
|
|
||||||
#pragma optimize( "g", off )
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace boost {
|
namespace boost {
|
||||||
namespace intrusive {
|
namespace intrusive {
|
||||||
|
|
||||||
@@ -908,10 +904,6 @@ class rbtree_algorithms
|
|||||||
} //namespace intrusive
|
} //namespace intrusive
|
||||||
} //namespace boost
|
} //namespace boost
|
||||||
|
|
||||||
#if (defined _MSC_VER) && (_MSC_VER >= 1200)
|
|
||||||
#pragma optimize( "", on )
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <boost/intrusive/detail/config_end.hpp>
|
#include <boost/intrusive/detail/config_end.hpp>
|
||||||
|
|
||||||
#endif //BOOST_INTRUSIVE_RBTREE_ALGORITHMS_HPP
|
#endif //BOOST_INTRUSIVE_RBTREE_ALGORITHMS_HPP
|
||||||
|
Reference in New Issue
Block a user