Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch

This commit is contained in:
Laurent Rineau 2019-07-10 14:20:41 +02:00
commit b5b80a0b62
1 changed files with 1 additions and 1 deletions

View File

@ -1858,7 +1858,7 @@ void test_rebind(const PT& /*traits*/){
typedef CGAL::LEDA_arithmetic_kernel AT;
typedef typename AT::Integer Integer;
typedef typename AT::Rational Rational;
const int dimension = 4;
const int dimension = 4; CGAL_USE(dimension);
typedef typename PT:: template Rebind<Integer,4>::Other PT_Integer_4;
CGAL_USE_TYPE(PT_Integer_4);
typedef typename PT:: template Rebind<Rational,4>::Other PT_Rational_4;