diff --git a/include/boost/geometry/core/cs.hpp b/include/boost/geometry/core/cs.hpp index dd120ffd3..cf6c56b53 100644 --- a/include/boost/geometry/core/cs.hpp +++ b/include/boost/geometry/core/cs.hpp @@ -185,20 +185,22 @@ struct cs_tag /*! \brief Meta-function returning coordinate system tag (cs family) of any geometry +\tparam Geometry \tparam_geometry \ingroup core */ -template +template struct cs_tag { typedef typename traits::cs_tag < - typename geometry::coordinate_system::type + typename geometry::coordinate_system::type >::type type; }; /*! \brief Meta-function to verify if a coordinate system is radian +\tparam CoordinateSystem Any coordinate system. \ingroup core */ template