From 6f2848819f7a02f0ecd13a3d05dffb013be41f1e Mon Sep 17 00:00:00 2001 From: Samuel Debione Date: Fri, 23 May 2014 16:36:42 +0200 Subject: [PATCH] [intersection] Removes duplicate concept check --- include/boost/geometry/algorithms/intersection.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/boost/geometry/algorithms/intersection.hpp b/include/boost/geometry/algorithms/intersection.hpp index 2316d6ee9..b066e8150 100644 --- a/include/boost/geometry/algorithms/intersection.hpp +++ b/include/boost/geometry/algorithms/intersection.hpp @@ -301,9 +301,6 @@ inline bool intersection(Geometry1 const& geometry1, Geometry2 const& geometry2, GeometryOut& geometry_out) { - concept::check(); - concept::check(); - return resolve_variant::intersection < Geometry1,