mirror of https://github.com/CGAL/cgal
Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch
This commit is contained in:
commit
b5b80a0b62
|
|
@ -1858,7 +1858,7 @@ void test_rebind(const PT& /*traits*/){
|
||||||
typedef CGAL::LEDA_arithmetic_kernel AT;
|
typedef CGAL::LEDA_arithmetic_kernel AT;
|
||||||
typedef typename AT::Integer Integer;
|
typedef typename AT::Integer Integer;
|
||||||
typedef typename AT::Rational Rational;
|
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;
|
typedef typename PT:: template Rebind<Integer,4>::Other PT_Integer_4;
|
||||||
CGAL_USE_TYPE(PT_Integer_4);
|
CGAL_USE_TYPE(PT_Integer_4);
|
||||||
typedef typename PT:: template Rebind<Rational,4>::Other PT_Rational_4;
|
typedef typename PT:: template Rebind<Rational,4>::Other PT_Rational_4;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue