diff --git a/Cartesian_kernel/include/CGAL/Cartesian/Cartesian_base.h b/Cartesian_kernel/include/CGAL/Cartesian/Cartesian_base.h index e0c4bce90b2..a2b8f882fcd 100644 --- a/Cartesian_kernel/include/CGAL/Cartesian/Cartesian_base.h +++ b/Cartesian_kernel/include/CGAL/Cartesian/Cartesian_base.h @@ -136,8 +136,8 @@ struct Cartesian_base typedef CircleC3 Circle_3; typedef Aff_transformationC3 Aff_transformation_3; - typedef const FT_* Cartesian_const_iterator_2; - typedef const FT_* Cartesian_const_iterator_3; + typedef typename cpp0x::array::const_iterator Cartesian_const_iterator_2; + typedef typename cpp0x::array::const_iterator Cartesian_const_iterator_3; // Undocumented stuff. typedef Data_accessorC2 Data_accessor_2;