From: khizmax Date: Mon, 8 May 2017 17:29:24 +0000 (+0300) Subject: Docfix X-Git-Tag: v2.3.0~41 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3d741c86a4ce742a1821f49a2569eac97104af9a;p=libcds.git Docfix --- diff --git a/cds/intrusive/segmented_queue.h b/cds/intrusive/segmented_queue.h index 31247df6..95d8e2e4 100644 --- a/cds/intrusive/segmented_queue.h +++ b/cds/intrusive/segmented_queue.h @@ -545,7 +545,7 @@ namespace cds { namespace intrusive { The disposer specified in \p Traits template argument is not called for returned item. You should manually dispose the item: - + \code struct my_disposer { void operator()( foo * p ) { @@ -563,7 +563,7 @@ namespace cds { namespace intrusive { // pItem is not longer needed and can be deleted // Do it via gc::HP::retire cds::gc::HP::template retire< my_disposer >( pItem ); - + \endcode */ value_type * dequeue() {