Fixed LazyList erratum
[libcds.git] / 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