diff --git a/Kernel_23/include/CGAL/internal/Projection_traits_3.h b/Kernel_23/include/CGAL/internal/Projection_traits_3.h index a579c4beedd..eb94a85caf6 100644 --- a/Kernel_23/include/CGAL/internal/Projection_traits_3.h +++ b/Kernel_23/include/CGAL/internal/Projection_traits_3.h @@ -327,9 +327,9 @@ public: //compute intersection points in projected plane //We know that none of the segment is degenerate - CGAL::cpp11::result_of::type + typename CGAL::cpp11::result_of::type o = intersection(s1_2,s2_2); - if(! 0){ + if(! o){ return boost::none; }