From d0434864d65a3469b2cee7b97922d00dd3a7bb51 Mon Sep 17 00:00:00 2001 From: khizmax Date: Tue, 2 Aug 2016 11:36:09 +0300 Subject: [PATCH] Fixed LazyList erratum --- cds/intrusive/impl/lazy_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cds/intrusive/impl/lazy_list.h b/cds/intrusive/impl/lazy_list.h index dc0b54fd..845362ae 100644 --- 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 true; + return false; } static bool validate_link( node_type * pPred, node_type * pCur ) CDS_NOEXCEPT -- 2.34.1