mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-10 23:42:12 +00:00
[intersection] Removes duplicate concept check
This commit is contained in:
@@ -301,9 +301,6 @@ inline bool intersection(Geometry1 const& geometry1,
|
||||
Geometry2 const& geometry2,
|
||||
GeometryOut& geometry_out)
|
||||
{
|
||||
concept::check<Geometry1 const>();
|
||||
concept::check<Geometry2 const>();
|
||||
|
||||
return resolve_variant::intersection
|
||||
<
|
||||
Geometry1,
|
||||
|
||||
Reference in New Issue
Block a user