diff --git a/Kernel_23/doc_tex/Kernel_23_ref/intersection.tex b/Kernel_23/doc_tex/Kernel_23_ref/intersection.tex index fbe14a0fd64..bdf80466068 100644 --- a/Kernel_23/doc_tex/Kernel_23_ref/intersection.tex +++ b/Kernel_23/doc_tex/Kernel_23_ref/intersection.tex @@ -652,7 +652,7 @@ struct Intersection_visitor { template void foo(Segment_2 seg, Line_2 lin) { - R::template Intersection_result, Line_2 >::result_type result = intersection(seg, lin); + R::Intersect_2::template Result, Line_2 >::Type result = intersection(seg, lin); if(result) { boost::apply_visitor(Intersection_visitor(), *result); } else { /* no intersection */ } } @@ -667,7 +667,7 @@ and~\ref{chapter-spherical-kernel}. \ccSeeAlso \ccRefIdfierPage{CGAL::do_intersect}, \\ \ccRefIdfierPage{CGAL_INTERSECTION_VERSION}, \\ -\ccAnchor{www.boost.org/doc/libs/release/libs/optional/index.html}{boost::optional}, \\ -\ccAnchor{www.boost.org/doc/html/variant.html}{boost::variant} +\ccAnchor{http://www.boost.org/doc/libs/release/libs/optional/index.html}{boost::optional}, \\ +\ccAnchor{http://www.boost.org/doc/html/variant.html}{boost::variant} \end{ccRefFunction}