From d2687120f21d5c7b01fa49c155c34dac63ff3918 Mon Sep 17 00:00:00 2001 From: khizmax Date: Mon, 1 Aug 2016 23:56:41 +0300 Subject: [PATCH] Docfix --- cds/container/impl/michael_kvlist.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cds/container/impl/michael_kvlist.h b/cds/container/impl/michael_kvlist.h index 37f7a499..4a5ba37c 100644 --- a/cds/container/impl/michael_kvlist.h +++ b/cds/container/impl/michael_kvlist.h @@ -54,7 +54,7 @@ namespace cds { namespace container { - \p Value - value type stored in a list - \p Traits - type traits, default is \p michael_list::traits - It is possible to declare option-based list with \p cds::container::michael_list::make_traits metafunction istead of \p Traits template + It is possible to declare option-based list with \p cds::container::michael_list::make_traits metafunction instead of \p Traits template argument. For example, the following traits-based declaration of \p gc::HP Michael's list \code #include @@ -700,9 +700,6 @@ namespace cds { namespace container { and returns it as \p guarded_ptr. If \p key is not found the function returns an empty guarded pointer. - The \p disposer specified in \p Traits class template parameter is called - by garbage collector \p GC automatically when returned \p guarded_ptr object - will be destroyed or released. @note Each \p guarded_ptr object uses one GC's guard which can be limited resource. Usage: -- 2.34.1