diff --git a/include/boost/geometry/algorithms/detail/overlay/follow.hpp b/include/boost/geometry/algorithms/detail/overlay/follow.hpp index 7b8b4e721..084a335cb 100644 --- a/include/boost/geometry/algorithms/detail/overlay/follow.hpp +++ b/include/boost/geometry/algorithms/detail/overlay/follow.hpp @@ -110,7 +110,7 @@ template struct action_selector { // If you get here the overlay type is not intersection or difference - BOOST_MPL_ASSERT(false); + // BOOST_MPL_ASSERT(false); }; // Specialization for intersection, containing the implementation