Remove std::ref and boost::ref from docs
[libcds.git] / cds / intrusive / split_list_rcu.h
index 603500f55043bd6601b28d114a0039245714268a..12fae063dbb365a3ccefe4ff50225af8c77561cb 100644 (file)
@@ -663,7 +663,6 @@ namespace cds { namespace intrusive {
                 void operator()( value_type const& item );
             };
             \endcode
-            The functor can be passed by reference with <tt>boost:ref</tt>
 
             If the item with key equal to \p key is not found the function return \p false.
 
@@ -769,8 +768,6 @@ namespace cds { namespace intrusive {
             \endcode
             where \p item is the item found, \p key is the <tt>find</tt> function argument.
 
-            You can pass \p f argument by value or by reference using \p std::ref.
-
             The functor can 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 \p item. If such access is