From c9af36ca6a530eb94e665bcffa66ed28b87e313b Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Sun, 4 Mar 2018 16:05:04 +0000 Subject: [PATCH] fix namespace --- Intersections_2/include/CGAL/Circle_2_Line_2_intersection.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Intersections_2/include/CGAL/Circle_2_Line_2_intersection.h b/Intersections_2/include/CGAL/Circle_2_Line_2_intersection.h index a7fbe843c1e..a77f48ddd5b 100644 --- a/Intersections_2/include/CGAL/Circle_2_Line_2_intersection.h +++ b/Intersections_2/include/CGAL/Circle_2_Line_2_intersection.h @@ -32,7 +32,7 @@ #include namespace CGAL { - +namespace Intersections { namespace internal { template @@ -54,7 +54,8 @@ do_intersect(const typename K::Line_2& l, } } // namespace internal - +} // namespace Intersections + template inline bool