Fix for gcc - assert does not work here or like this

[SVN r75685]
This commit is contained in:
Barend Gehrels
2011-11-27 10:46:11 +00:00
parent a7b42a758b
commit 838d092eb7

View File

@@ -110,7 +110,7 @@ template<overlay_type OverlayType>
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