Boost version <=1.60 is never used in freecad 0.20 (#7038)
* Boost version 1.60 is never used in freecad 0.20
This commit is contained in:
@@ -30,11 +30,7 @@
|
||||
# include <cfloat>
|
||||
# include <boost/version.hpp>
|
||||
# include <boost/config.hpp>
|
||||
# if defined(BOOST_MSVC) && (BOOST_VERSION == 105500)
|
||||
// for fixing issue https://svn.boost.org/trac/boost/ticket/9332
|
||||
# include "boost_fix/intrusive/detail/memory_util.hpp"
|
||||
# include "boost_fix/container/detail/memory_util.hpp"
|
||||
# endif
|
||||
|
||||
# include <boost_geometry.hpp>
|
||||
# include <boost/geometry/index/rtree.hpp>
|
||||
# include <boost/geometry/geometries/geometries.hpp>
|
||||
|
||||
@@ -60,11 +60,7 @@
|
||||
// Boost
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/version.hpp>
|
||||
#if defined(BOOST_MSVC) && (BOOST_VERSION == 105500)
|
||||
// for fixing issue https://svn.boost.org/trac/boost/ticket/9332
|
||||
# include "boost_fix/intrusive/detail/memory_util.hpp"
|
||||
# include "boost_fix/container/detail/memory_util.hpp"
|
||||
#endif
|
||||
|
||||
#include <boost/geometry.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <boost/regex.hpp>
|
||||
|
||||
Reference in New Issue
Block a user