Replace NULL with nullptr
[libcds.git] / cds / intrusive / lazy_list_rcu.h
index 32e41b1d79e6664d5686316ed929cc36276ed347..7e15553dba7d1aaf9b8d9d7d14f3d44595ac90b2 100644 (file)
@@ -771,7 +771,7 @@ namespace cds { namespace intrusive {
         /// Finds the key \p val and return the item found
         /** \anchor cds_intrusive_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.