diff --git a/AABB_tree/include/CGAL/AABB_indexed_triangle_primitive_2.h b/AABB_tree/include/CGAL/AABB_indexed_triangle_primitive_2.h index 5887d85f6e3..8305941b931 100644 --- a/AABB_tree/include/CGAL/AABB_indexed_triangle_primitive_2.h +++ b/AABB_tree/include/CGAL/AABB_indexed_triangle_primitive_2.h @@ -98,7 +98,7 @@ namespace internal { template < class GeomTraits, class IndexIterator, class PointRange, - class PointMap=Identity_property_map, + class PointMap=Identity_property_map, class CacheDatum=Tag_false> class AABB_indexed_triangle_primitive_2 #ifndef DOXYGEN_RUNNING diff --git a/AABB_tree/include/CGAL/AABB_tree/internal/AABB_ray_intersection.h b/AABB_tree/include/CGAL/AABB_tree/internal/AABB_ray_intersection.h index 45610d84d9a..34bb26d7f90 100644 --- a/AABB_tree/include/CGAL/AABB_tree/internal/AABB_ray_intersection.h +++ b/AABB_tree/include/CGAL/AABB_tree/internal/AABB_ray_intersection.h @@ -53,7 +53,7 @@ struct Intersection_traits_wrapper { template class AABB_ray_intersection { typedef typename AABBTree::AABB_traits AABB_traits; - static const int dimension = typename AABB_traits::Point::Ambient_dimension::value; + static const int dimension = AABB_traits::Point::Ambient_dimension::value; typedef typename internal::Intersection_traits_wrapper::Ray Ray; typedef typename internal::Intersection_traits_wrapper::Vector Vector;