mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-12 12:12:10 +00:00
Removed assertion (currently goes of for GeometryOut, is a vector, not a geometry-type)
[SVN r68254]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user