From 18c85a8da599a68d6545a7016d72cf7af99a58a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20M=C3=B6ller?= Date: Wed, 16 Nov 2011 15:38:30 +0000 Subject: [PATCH] fixed the links --- Kernel_23/doc_tex/Kernel_23_ref/intersection.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}