Replace NULL with nullptr
[libcds.git] / cds / container / lazy_list_rcu.h
index 77dfe4167739e1840a9416b9c628c6a2c919b01d..e9bc4dfeeb596fbf9e9733a6a60def1d52dde7a8 100644 (file)
@@ -777,7 +777,7 @@ namespace cds { namespace container {
         /// Finds the key \p val and return the item found
         /** \anchor cds_nonintrusive_LazyList_rcu_get
             The function searches the item with key equal to \p val and returns the pointer to item found.
-            If \p val is not found it returns \p NULL.
+            If \p val is not found it returns \p nullptr.
 
             Note the compare functor should accept a parameter of type \p Q that can be not the same as \p value_type.