For VC-10 we have to change FT* to cpp0x<>::const_iterator

This commit is contained in:
Andreas Fabri 2010-06-14 07:11:59 +00:00
parent 88fda0de9b
commit 0d46b11509
1 changed files with 2 additions and 2 deletions

View File

@ -136,8 +136,8 @@ struct Cartesian_base
typedef CircleC3<Kernel> Circle_3;
typedef Aff_transformationC3<Kernel> Aff_transformation_3;
typedef const FT_* Cartesian_const_iterator_2;
typedef const FT_* Cartesian_const_iterator_3;
typedef typename cpp0x::array<FT_, 2>::const_iterator Cartesian_const_iterator_2;
typedef typename cpp0x::array<FT_, 3>::const_iterator Cartesian_const_iterator_3;
// Undocumented stuff.
typedef Data_accessorC2<Kernel> Data_accessor_2;