Skip to content

Commit f510cf2

Browse files
committed
[area] Fix area_result for boost::variant and default_strategy.
1 parent ee3509f commit f510cf2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/boost/geometry/algorithms/area_result.hpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,13 @@ struct area_result<Geometry, default_strategy>
139139

140140
template <typename ...Ts>
141141
struct area_result<boost::variant<Ts...>, default_strategy>
142-
: geometry::area_result
142+
: detail::area::default_area_result
143143
<
144144
typename util::select_pack_element
145145
<
146146
detail::area::more_precise_default_area_result,
147147
Ts...
148-
>::type,
149-
default_strategy
148+
>::type
150149
>
151150
{};
152151

0 commit comments

Comments
 (0)