mirror of https://github.com/CGAL/cgal
Fix comment
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
This commit is contained in:
parent
5460a9aa3a
commit
6a5da19aef
|
|
@ -51,7 +51,7 @@ typedef unspecified_type Exact_integer;
|
||||||
#else // not DOXYGEN_RUNNING
|
#else // not DOXYGEN_RUNNING
|
||||||
|
|
||||||
#if BOOST_VERSION > 107900 && defined(CGAL_USE_BOOST_MP)
|
#if BOOST_VERSION > 107900 && defined(CGAL_USE_BOOST_MP)
|
||||||
// use boost-mp by default in the testsuite until 5.5-beta is out
|
// use boost-mp by default
|
||||||
typedef BOOST_cpp_arithmetic_kernel::Integer Exact_integer;
|
typedef BOOST_cpp_arithmetic_kernel::Integer Exact_integer;
|
||||||
#else // BOOST_VERSION > 107900
|
#else // BOOST_VERSION > 107900
|
||||||
#ifdef CGAL_USE_GMPXX
|
#ifdef CGAL_USE_GMPXX
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue