From 838d092eb7182cacf8db4b24ccb0413ccd059f76 Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Sun, 27 Nov 2011 10:46:11 +0000 Subject: [PATCH] Fix for gcc - assert does not work here or like this [SVN r75685] --- include/boost/geometry/algorithms/detail/overlay/follow.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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