Remove std::ref and boost::ref from docs
[libcds.git] / cds / intrusive / michael_set_rcu.h
index 1e1859bf4b3ae1af2e3ed822e2d5af6011adf8ed..ebc00195504e565e1e85e5cf7eb9006c45744a0b 100644 (file)
@@ -359,7 +359,6 @@ namespace cds { namespace intrusive {
                 void operator()( value_type const& item );
             };
             \endcode
-            The functor may 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.