mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-09 11:12:21 +00:00
Fixed M$ compiler bug (well, that's what I think of it now)
[SVN r76085]
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user