Added MichaelMap<HP> based on IterableList
[libcds.git] / cds / container / michael_set.h
index bff190311ff3caacd6bb9c061310f1046178e052..c324710bc7eebdc6fd3838209c689362c54b60de 100644 (file)
@@ -463,8 +463,7 @@ namespace cds { namespace container {
             The operation performs inserting or changing data with lock-free manner.
 
             If the item \p val is not found in the set, then \p val is inserted iff \p bAllowInsert is \p true.
-            Otherwise, the current element is changed to \p val, the old element will be retired later
-            by call \p Traits::disposer.
+            Otherwise, the current element is changed to \p val, the old element will be retired later.
 
             Returns std::pair<bool, bool> where \p first is \p true if operation is successful,
             \p second is \p true if \p val has been added or \p false if the item with that key