Remove std::ref and boost::ref from docs
[libcds.git] / cds / container / lazy_list_rcu.h
index 744e7669756bc69f211dfd89091124973d39e760..0d8344279638701b2bbd41b6f3f20bcc68dd2802 100644 (file)
@@ -457,7 +457,6 @@ namespace cds { namespace container {
                 void operator()(value_type const& val) { ... }
             };
             \endcode
-            The functor may be passed by reference with <tt>boost:ref</tt>
 
             Since the key of LazyList's item type \p T is not explicitly specified,
             template parameter \p Q defines the key type searching in the list.
@@ -585,8 +584,6 @@ namespace cds { namespace container {
             \endcode
             where \p item is the item found, \p key is the \p find() 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 function is only guarantee
             that \p item cannot be deleted during functor is executing.
             The function does not serialize simultaneous access to the list \p item. If such access is