projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea9fcae
)
formatting
author
khizmax
<libcds.dev@gmail.com>
Sun, 16 Nov 2014 19:09:10 +0000
(22:09 +0300)
committer
khizmax
<libcds.dev@gmail.com>
Sun, 16 Nov 2014 19:09:10 +0000
(22:09 +0300)
cds/gc/details/hp_alloc.h
patch
|
blob
|
history
diff --git
a/cds/gc/details/hp_alloc.h
b/cds/gc/details/hp_alloc.h
index de409bcfd426f9dd86548e08f749c1e7360c94dc..1b53c1dab4bf2d54d4f2b96dfaee9f8c22289942 100644
(file)
--- a/
cds/gc/details/hp_alloc.h
+++ b/
cds/gc/details/hp_alloc.h
@@
-75,7
+75,7
@@
namespace cds {
return base_class::load( order );
}
-
template <typename T>
+ template <typename T>
void set( T * p, atomics::memory_order order = atomics::memory_order_release ) CDS_NOEXCEPT
{
base_class::store( reinterpret_cast<hazard_ptr>(p), order );