X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=cds%2Fcontainer%2Fellen_bintree_set_rcu.h;h=a0f79b138d7faf122171c69fcdb6f2665d2b7c98;hb=1831737c7cc9d4b31ee6f555f8450fba0748571d;hp=724daf77d39fff1d153860278d8acbb634b3ab6d;hpb=1299028af6164e05fb012f668a9252e5d16d0f39;p=libcds.git diff --git a/cds/container/ellen_bintree_set_rcu.h b/cds/container/ellen_bintree_set_rcu.h index 724daf77..a0f79b13 100644 --- a/cds/container/ellen_bintree_set_rcu.h +++ b/cds/container/ellen_bintree_set_rcu.h @@ -147,7 +147,7 @@ namespace cds { namespace container { /// pointer to extracted node using exempt_ptr = cds::urcu::exempt_ptr < gc, leaf_node, value_type, typename maker::intrusive_traits::disposer, cds::urcu::details::conventional_exempt_member_cast < leaf_node, value_type > - > ; + >; public: /// Default constructor @@ -196,7 +196,7 @@ namespace cds { namespace container { \endcode where \p val is the item inserted. User-defined functor \p f should guarantee that during changing \p val no any other changes could be made on this set's item by concurrent threads. - The user-defined functor is called only if the inserting is success. + The user-defined functor is called only if the inserting is success. RCU \p synchronize() can be called. RCU should not be locked. */