mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-10 23:42:12 +00:00
Fix for gcc - assert does not work here or like this
[SVN r75685]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user