Removed assertion (currently goes of for GeometryOut, is a vector, not a geometry-type)

[SVN r68254]
This commit is contained in:
Barend Gehrels
2011-01-18 21:28:38 +00:00
parent 278b47f0ab
commit e116f5ddda

View File

@@ -36,10 +36,7 @@ namespace traits
template <typename Geometry, typename Enable = void>
struct tag
{
BOOST_MPL_ASSERT_MSG
(
false, NOT_IMPLEMENTED_FOR_THIS_POINT_TYPE, (types<Geometry>)
);
typedef void type;
};
} // namespace traits