cgal/Intersections_2
Laurent Rineau fc04ed7609 Fix intersection(Point_2,Point_2)
It seems it was never tested, and never worked.

PR #2792 introduced a compilation error in cgal-swig-bindings, by the
addition of `do_intersect(Point_2,Circle_2)` and
`intersection(Point_2,Circle_2)`:

> /usr/include/CGAL/Kernel/function_objects.h:2954:63: error: call of overloaded ‘do_intersect(const CGAL::Point_2<CGAL::Simple_cartesian<CGAL::Interval_nt<false> > >&, const CGAL::Point_2<CGAL::Simple_cartesian<CGAL::Interval_nt<false> > >&, CGAL::Simple_cartesian<CGAL::Interval_nt<false> >)’ is ambiguous
>     { return Intersections::internal::do_intersect(t1, t2, K()); }
>                                                               ^

https://travis-ci.org/CGAL/cgal-swig-bindings/jobs/509442278#L4727
2019-03-22 11:28:26 +01:00
..
benchmark/Intersections_2 Benchmark now fairer 2011-07-01 17:15:05 +00:00
include/CGAL Fix intersection(Point_2,Point_2) 2019-03-22 11:28:26 +01:00
package_info/Intersections_2 Move dependencies creation to package_info and add dependencies to git 2018-02-02 12:08:05 +01:00
src/CGAL fix src 2018-05-04 09:00:11 +02:00
test/Intersections_2 Fix intersection(Point_2,Point_2) 2019-03-22 11:28:26 +01:00