Index: algorithms/distance.hpp =================================================================== --- algorithms/distance.hpp (revision 77085) +++ algorithms/distance.hpp (working copy) @@ -130,7 +130,7 @@ // check if other segments are closer for (++prev, ++it; it != boost::end(view); ++prev, ++it) { - return_type const ds = ps_strategy.apply(point, *prev, *it); + return_type const ds = eps_strategy.apply(point, *prev, *it); if (geometry::math::equals(ds, zero)) { return ds;