id summary reporter owner description type status milestone component version severity resolution keywords cc 5730 strategy selection error in the distance function Christian Marty Barend Gehrels " file : \boost\geometry\algorithms\distance.hpp line : 134 before (bug ?) : return_type const ds = ps_strategy.apply(point, *prev, *it); after (patched) : return_type const ds = eps_strategy.apply(point, *prev, *it); from the line 125, 128 and 139 eps_strategy seems the more appropriate. " Bugs closed Boost 1.48.0 geometry Boost 1.47.0 Problem fixed geometry distance strategy