From 3d741c86a4ce742a1821f49a2569eac97104af9a Mon Sep 17 00:00:00 2001 From: khizmax Date: Mon, 8 May 2017 20:29:24 +0300 Subject: [PATCH] Docfix --- cds/intrusive/segmented_queue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() { -- 2.34.1