From 5e99fb4987d852991178c19f87f4f73c673f885b Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Sun, 20 Jul 2014 16:55:57 +0200 Subject: [PATCH] [point_in_geometry] remove todo item - it should stay -1, 0, 1, these numbers can be used in calculations --- .../geometry/algorithms/detail/within/point_in_geometry.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/geometry/algorithms/detail/within/point_in_geometry.hpp b/include/boost/geometry/algorithms/detail/within/point_in_geometry.hpp index b8caf464f..6f1c1816c 100644 --- a/include/boost/geometry/algorithms/detail/within/point_in_geometry.hpp +++ b/include/boost/geometry/algorithms/detail/within/point_in_geometry.hpp @@ -135,8 +135,6 @@ namespace detail_dispatch { namespace within { // returns 0 if P is on the boundry of G // returns -1 if P is in the exterior of G -// TODO: replace magic numbers with enum - template ::type> struct point_in_geometry