summaryrefslogtreecommitdiff
path: root/boost/geometry/strategies/side.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/strategies/side.hpp')
-rw-r--r--boost/geometry/strategies/side.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/geometry/strategies/side.hpp b/boost/geometry/strategies/side.hpp
index 376f2fdf1b..9aaa2bdddc 100644
--- a/boost/geometry/strategies/side.hpp
+++ b/boost/geometry/strategies/side.hpp
@@ -30,16 +30,16 @@ namespace services
/*!
\brief Traits class binding a side determination strategy to a coordinate system
\ingroup util
-\tparam Tag tag of coordinate system of point-type
+\tparam CSTag tag of coordinate system of point-type
\tparam CalculationType \tparam_calculation
*/
-template <typename Tag, typename CalculationType = void>
+template <typename CSTag, typename CalculationType = void>
struct default_strategy
{
BOOST_MPL_ASSERT_MSG
(
false, NOT_IMPLEMENTED_FOR_THIS_TYPE
- , (types<Tag>)
+ , (types<CSTag>)
);
};