Fixed M$ compiler bug (well, that's what I think of it now)

[SVN r76085]
This commit is contained in:
Barend Gehrels
2011-12-20 22:19:39 +00:00
parent 1bdac6a166
commit 690de46880

View File

@@ -323,7 +323,7 @@ struct distance
{
typedef typename detail::distance::default_strategy<Geometry2, Geometry1>::type Strategy;
static inline typename return_type<Strategy>::type apply(
static inline typename strategy::distance::services::return_type<Strategy>::type apply(
Geometry1 const& g1,
Geometry2 const& g2,
Strategy const& strategy)