X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=cds%2Fcontainer%2Fimpl%2Flazy_list.h;h=6605dbfaf78ce9534edb4459994e4cfb2a64ca94;hp=eada04e0b2044cae99e431735e21f380b2052827;hb=ba8f90c18cb0f1087573692b6e7aacc183233233;hpb=dc521229801c6ecb4b28f124d90eab1cb10553aa diff --git a/cds/container/impl/lazy_list.h b/cds/container/impl/lazy_list.h index eada04e0..6605dbfa 100644 --- a/cds/container/impl/lazy_list.h +++ b/cds/container/impl/lazy_list.h @@ -566,8 +566,6 @@ namespace cds { namespace container { \endcode where \p item is the item found, \p key is the 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