mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-02 21:02:13 +00:00
[within] Fix winding strategy MSVC compilation error. Remove the typename keyword from a type definition without dependent type.
This commit is contained in:
@@ -167,7 +167,7 @@ struct winding_side_between
|
||||
template <>
|
||||
struct winding_side_between<cartesian_tag>
|
||||
{
|
||||
typedef typename strategy::side::services::default_strategy
|
||||
typedef strategy::side::services::default_strategy
|
||||
<
|
||||
cartesian_tag
|
||||
>::type strategy_side_type;
|
||||
|
||||
Reference in New Issue
Block a user