$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r75685 - trunk/boost/geometry/algorithms/detail/overlay
From: barend.gehrels_at_[hidden]
Date: 2011-11-27 05:46:11
Author: barendgehrels
Date: 2011-11-27 05:46:11 EST (Sun, 27 Nov 2011)
New Revision: 75685
URL: http://svn.boost.org/trac/boost/changeset/75685
Log:
Fix for gcc - assert does not work here or like this
Text files modified:
trunk/boost/geometry/algorithms/detail/overlay/follow.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/geometry/algorithms/detail/overlay/follow.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/overlay/follow.hpp (original)
+++ trunk/boost/geometry/algorithms/detail/overlay/follow.hpp 2011-11-27 05:46:11 EST (Sun, 27 Nov 2011)
@@ -110,7 +110,7 @@
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