Activate workaround only for boost < 1.79

This commit is contained in:
Andreas Fabri 2023-04-04 10:55:31 +01:00
parent be85b37b37
commit b5f44bdac1
1 changed files with 4 additions and 0 deletions

View File

@ -598,6 +598,8 @@ inline std::string data_file_path(const std::string& filename)
} // end namespace CGAL
#if BOOST_VERSION < 107900
// Workaround for an accidental enable if of Eigen::Matrix in the
// boost::multiprecision::cpp_int constructor for some versions of
// boost
@ -650,4 +652,6 @@ namespace boost {
}
}
#endif
#endif // CGAL_CONFIG_H