added a comment

This commit is contained in:
Adam Wulkiewicz
2014-02-06 00:47:16 +01:00
parent c0598807db
commit 4881b94ee6

View File

@@ -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 )