Remove std::ref and boost::ref from docs
[libcds.git] / cds / container / impl / ellen_bintree_map.h
index dbbe09149ff08c5cc9054750983178095ebf6c70..8f60db7506dbc8d7f9198a14f0524bd9cd5314f7 100644 (file)
@@ -395,8 +395,6 @@ namespace cds { namespace container {
             \endcode
             where \p item is the item found.
 
-            You can pass \p f argument by reference using std::ref.
-
             The functor may change \p item.second.
 
             The function returns \p true if \p key is found, \p false otherwise.