Added erase_at( iterator ) function to MichaelHashSet/Map and SplitListSet/Map based...
[libcds.git] / cds / intrusive / details / split_list_base.h
index 65420bd50f092b78c50e29520c92488789e43a44..d7f868b8db06db9679ff0ca9a136f34e0cb85d1a 100644 (file)
@@ -1232,6 +1232,12 @@ namespace cds { namespace intrusive {
                 {
                     return m_itCur != i.m_itCur;
                 }
+
+            protected:
+                list_iterator const& underlying_iterator() const
+                {
+                    return m_itCur;
+                }
             };
         }   // namespace details
         //@endcond