$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r85141 - trunk/boost/geometry/algorithms
From: barend.gehrels_at_[hidden]
Date: 2013-07-23 17:11:38
Author: barendgehrels
Date: 2013-07-23 17:11:38 EDT (Tue, 23 Jul 2013)
New Revision: 85141
URL: http://svn.boost.org/trac/boost/changeset/85141
Log:
[geometry] fixed bug of MSVC. This provable bug is postponed by MSVC. See https://connect.microsoft.com/VisualStudio/feedback/details/715626/msvc-needs-namespace-even-if-it-is-hoisted#
Text files modified: 
   trunk/boost/geometry/algorithms/distance.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/geometry/algorithms/distance.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/distance.hpp	Tue Jul 23 17:03:35 2013	(r85140)
+++ trunk/boost/geometry/algorithms/distance.hpp	2013-07-23 17:11:38 EDT (Tue, 23 Jul 2013)	(r85141)
@@ -288,7 +288,7 @@
 >
     : distance<Geometry2, Geometry1, Strategy, Tag2, Tag1, StrategyTag, false>
 {
-    typedef typename return_type
+    typedef typename strategy::distance::services::return_type
                      <
                          Strategy,
                          typename point_type<Geometry2>::type,