summaryrefslogtreecommitdiff
path: root/boost/geometry/algorithms/detail/ring_identifier.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/algorithms/detail/ring_identifier.hpp')
-rw-r--r--boost/geometry/algorithms/detail/ring_identifier.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/boost/geometry/algorithms/detail/ring_identifier.hpp b/boost/geometry/algorithms/detail/ring_identifier.hpp
index 9ba39e4a8b..4a7e717cf7 100644
--- a/boost/geometry/algorithms/detail/ring_identifier.hpp
+++ b/boost/geometry/algorithms/detail/ring_identifier.hpp
@@ -56,6 +56,11 @@ struct ring_identifier
;
}
+ inline bool operator!=(ring_identifier const& other) const
+ {
+ return ! operator==(other);
+ }
+
#if defined(BOOST_GEOMETRY_DEBUG_IDENTIFIER)
friend std::ostream& operator<<(std::ostream &os, ring_identifier const& ring_id)
{