Fixed LazyList erratum
authorkhizmax <khizmax@gmail.com>
Tue, 2 Aug 2016 08:36:09 +0000 (11:36 +0300)
committerkhizmax <khizmax@gmail.com>
Tue, 2 Aug 2016 08:36:40 +0000 (11:36 +0300)
cds/intrusive/impl/lazy_list.h

index dc0b54fd9b1d9dc46a4caf1685d2c5f53e63a4e5..845362ae13e15b522b15fd54c122273a6af5c092 100644 (file)
@@ -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