From e116f5dddad2cbf86365d288709c074b91811e17 Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Tue, 18 Jan 2011 21:28:38 +0000 Subject: [PATCH] Removed assertion (currently goes of for GeometryOut, is a vector, not a geometry-type) [SVN r68254] --- include/boost/geometry/core/tag.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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