[draft] MultiLevelHashMap<HP> implementation
[libcds.git] / cds / container / impl / multilevel_hashset.h
index d0b2a94b4cfb5538e0dcfb49049b5699c5d5076f..e33a0e0574ddd344232c097bfc36253532d87705 100644 (file)
@@ -451,7 +451,7 @@ namespace cds { namespace container {
             - equality operators <tt>==</tt> and <tt>!=</tt>.\r
                 Iterators are equal iff they point to the same cell of the same array node.
                 Note that for two iterators \p it1 and \p it2, the conditon <tt> it1 == it2 </tt> 
-                does not entail <tt> &(*it1) == &(*it2) </tt>: welcome to concurrent containers
+                does not entail <tt> &(*it1) == &(*it2) </tt>
             - helper member function \p release() that clears internal hazard pointer.\r
                 After \p release() call the iterator points to \p nullptr but it still remain valid: further iterating is possible.
         */