mirror of https://github.com/CGAL/cgal
Activate workaround only for boost < 1.79
This commit is contained in:
parent
be85b37b37
commit
b5f44bdac1
|
|
@ -598,6 +598,8 @@ inline std::string data_file_path(const std::string& filename)
|
||||||
} // end namespace CGAL
|
} // end namespace CGAL
|
||||||
|
|
||||||
|
|
||||||
|
#if BOOST_VERSION < 107900
|
||||||
|
|
||||||
// Workaround for an accidental enable if of Eigen::Matrix in the
|
// Workaround for an accidental enable if of Eigen::Matrix in the
|
||||||
// boost::multiprecision::cpp_int constructor for some versions of
|
// boost::multiprecision::cpp_int constructor for some versions of
|
||||||
// boost
|
// boost
|
||||||
|
|
@ -650,4 +652,6 @@ namespace boost {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // CGAL_CONFIG_H
|
#endif // CGAL_CONFIG_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue