fixed the links

This commit is contained in:
Philipp Möller 2011-11-16 15:38:30 +00:00
parent ca483965fc
commit 18c85a8da5
1 changed files with 3 additions and 3 deletions

View File

@ -652,7 +652,7 @@ struct Intersection_visitor {
template <class R> template <class R>
void foo(Segment_2<R> seg, Line_2<R> lin) void foo(Segment_2<R> seg, Line_2<R> lin)
{ {
R::template Intersection_result<Segment_2<R>, Line_2<R> >::result_type result = intersection(seg, lin); R::Intersect_2::template Result<Segment_2<R>, Line_2<R> >::Type result = intersection(seg, lin);
if(result) { boost::apply_visitor(Intersection_visitor(), *result); } if(result) { boost::apply_visitor(Intersection_visitor(), *result); }
else { /* no intersection */ } else { /* no intersection */ }
} }
@ -667,7 +667,7 @@ and~\ref{chapter-spherical-kernel}.
\ccSeeAlso \ccSeeAlso
\ccRefIdfierPage{CGAL::do_intersect}, \\ \ccRefIdfierPage{CGAL::do_intersect}, \\
\ccRefIdfierPage{CGAL_INTERSECTION_VERSION}, \\ \ccRefIdfierPage{CGAL_INTERSECTION_VERSION}, \\
\ccAnchor{www.boost.org/doc/libs/release/libs/optional/index.html}{boost::optional}, \\ \ccAnchor{http://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/html/variant.html}{boost::variant}
\end{ccRefFunction} \end{ccRefFunction}