mirror of
https://github.com/boostorg/intrusive.git
synced 2025-08-02 14:04:36 +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/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
|
||||
|
Reference in New Issue
Block a user