projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4d098a
)
Fixed LazyList erratum
author
khizmax
<khizmax@gmail.com>
Tue, 2 Aug 2016 08:36:09 +0000
(11:36 +0300)
committer
khizmax
<khizmax@gmail.com>
Tue, 2 Aug 2016 08:36:40 +0000
(11:36 +0300)
cds/intrusive/impl/lazy_list.h
patch
|
blob
|
history
diff --git
a/cds/intrusive/impl/lazy_list.h
b/cds/intrusive/impl/lazy_list.h
index dc0b54fd9b1d9dc46a4caf1685d2c5f53e63a4e5..845362ae13e15b522b15fd54c122273a6af5c092 100644
(file)
--- a/
cds/intrusive/impl/lazy_list.h
+++ b/
cds/intrusive/impl/lazy_list.h
@@
-1260,7
+1260,7
@@
namespace cds { namespace intrusive {
}
m_Stat.onValidationFailed();
- return
tru
e;
+ return
fals
e;
}
static bool validate_link( node_type * pPred, node_type * pCur ) CDS_NOEXCEPT