diff --git a/include/boost/geometry/core/tag.hpp b/include/boost/geometry/core/tag.hpp index 33e40081f..bbb5b0555 100644 --- a/include/boost/geometry/core/tag.hpp +++ b/include/boost/geometry/core/tag.hpp @@ -36,10 +36,7 @@ namespace traits template struct tag { - BOOST_MPL_ASSERT_MSG - ( - false, NOT_IMPLEMENTED_FOR_THIS_POINT_TYPE, (types) - ); + typedef void type; }; } // namespace traits