Fix comment

Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
This commit is contained in:
Sebastien Loriot 2022-09-23 15:35:56 +02:00 committed by GitHub
parent 5460a9aa3a
commit 6a5da19aef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ typedef unspecified_type Exact_integer;
#else // not DOXYGEN_RUNNING
#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;
#else // BOOST_VERSION > 107900
#ifdef CGAL_USE_GMPXX