[within] Fix winding strategy MSVC compilation error. Remove the typename keyword from a type definition without dependent type.

This commit is contained in:
Adam Wulkiewicz
2014-09-12 14:57:22 +08:00
parent 31513f3440
commit 585d59fce4

View File

@@ -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;