diff --git a/Convex_hull_3/include/CGAL/convex_hull_3.h b/Convex_hull_3/include/CGAL/convex_hull_3.h index 333334b3f42..531bfd3d943 100644 --- a/Convex_hull_3/include/CGAL/convex_hull_3.h +++ b/Convex_hull_3/include/CGAL/convex_hull_3.h @@ -182,13 +182,13 @@ struct Is_cartesian_kernel< Convex_hull_traits_3 { // Rational here is that Tag_true can only be passed by us since it is not documented // so we can assume that Kernel is a CGAL Kernel - typedef boost::is_same type; + typedef typename boost::is_same::type type; }; // Predicate internally used as a wrapper around has_on_positive_side // We provide a partial specialization restricted to the case of CGAL Cartesian Kernels with inexact constructions below //template ::type > -template > +template ::type > class Is_on_positive_side_of_plane_3{ typedef typename Traits::Point_3 Point_3; typename Traits::Plane_3 plane;