From 690de46880a0cf3b42f59316510dcd70271ec0fd Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Tue, 20 Dec 2011 22:19:39 +0000 Subject: [PATCH] Fixed M$ compiler bug (well, that's what I think of it now) [SVN r76085] --- include/boost/geometry/algorithms/distance.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/geometry/algorithms/distance.hpp b/include/boost/geometry/algorithms/distance.hpp index 0b617d39c..ee64bdc5b 100644 --- a/include/boost/geometry/algorithms/distance.hpp +++ b/include/boost/geometry/algorithms/distance.hpp @@ -323,7 +323,7 @@ struct distance { typedef typename detail::distance::default_strategy::type Strategy; - static inline typename return_type::type apply( + static inline typename strategy::distance::services::return_type::type apply( Geometry1 const& g1, Geometry2 const& g2, Strategy const& strategy)