projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef07f6c
)
Docfix
author
khizmax
<libcds.dev@gmail.com>
Sun, 5 Jun 2016 06:36:56 +0000
(09:36 +0300)
committer
khizmax
<libcds.dev@gmail.com>
Sun, 5 Jun 2016 06:36:56 +0000
(09:36 +0300)
cds/opt/buffer.h
patch
|
blob
|
history
diff --git
a/cds/opt/buffer.h
b/cds/opt/buffer.h
index 9ded909ee623712d0d7a5953952b63217d6b9adc..76dc4cf1066422726d56dc434435d3558d32bfd2 100644
(file)
--- a/
cds/opt/buffer.h
+++ b/
cds/opt/buffer.h
@@
-60,7
+60,7
@@
namespace cds { namespace opt {
Initialized buffer contains default-constructed elements. Element destructor is called automatically
when the buffer is destroyed.
- Initialized and uninitialized buffers are not
+ @note Usually, initialized and uninitialized buffers are not interchangeable.
*/
template <typename Type>
struct buffer {