mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-12 00:02:09 +00:00
added a comment
This commit is contained in:
@@ -84,6 +84,8 @@ struct point_in_geometry<Geometry, multi_linestring_tag>
|
||||
if ( pip < 0 )
|
||||
return -1;
|
||||
|
||||
// TODO: the following isn't needed for covered_by()
|
||||
|
||||
unsigned boundaries = pip == 0 ? 1 : 0;
|
||||
|
||||
for ( ; it != boost::end(geometry) ; ++it )
|
||||
|
||||
Reference in New Issue
Block a user