Remove std::ref and boost::ref from docs
[libcds.git] / cds / container / michael_set.h
index a15d7d2939faaa28dd11d91f56abcb110115794c..ff43103434c055c335cabe3d0a1e2ee12e741681 100644 (file)
@@ -560,8 +560,6 @@ namespace cds { namespace container {
             \endcode
             where \p item is the item found, \p key is the <tt>find</tt> function argument.
 
-            You may pass \p f argument by reference using \p std::ref.
-
             The functor may change non-key fields of \p item. Note that the functor is only guarantee
             that \p item cannot be disposed during functor is executing.
             The functor does not serialize simultaneous access to the set's \p item. If such access is