projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5149478
)
Fixed typo
author
khizmax
<libcds.dev@gmail.com>
Wed, 10 May 2017 21:04:21 +0000
(
00:04
+0300)
committer
khizmax
<libcds.dev@gmail.com>
Wed, 10 May 2017 21:04:21 +0000
(
00:04
+0300)
cds/algo/atomic.h
patch
|
blob
|
history
diff --git
a/cds/algo/atomic.h
b/cds/algo/atomic.h
index dd8544deb4e2859eedb5122f0f7191c7c9c41b8d..dd6de4009f1b21ead515aacbc4a587e5cf58f224 100644
(file)
--- a/
cds/algo/atomic.h
+++ b/
cds/algo/atomic.h
@@
-197,7
+197,7
@@
namespace cds {
This class is simplified interface around \p std::atomic_size_t.
The class supports getting current value of the counter and increment/decrement its value.
- See al
ûo improved version that eliminates false sharing:
\p cache_friendly_item_counter.
+ See al
so: improved version that eliminates false sharing -
\p cache_friendly_item_counter.
*/
class item_counter
{