projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcbcdcb
)
Docfix
author
khizmax
<libcds.dev@gmail.com>
Mon, 8 May 2017 17:29:24 +0000
(20:29 +0300)
committer
khizmax
<libcds.dev@gmail.com>
Mon, 8 May 2017 17:29:24 +0000
(20:29 +0300)
cds/intrusive/segmented_queue.h
patch
|
blob
|
history
diff --git
a/cds/intrusive/segmented_queue.h
b/cds/intrusive/segmented_queue.h
index 31247df61c56811a20940324dc7225bad2bb2215..95d8e2e459c6b5e60bc495b0b341c058081030fc 100644
(file)
--- 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 <b>not</b> called for returned item.
You should manually dispose the item:
- <code>
+ \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 );
- </code>
+ \endcode
*/
value_type * dequeue()
{