Replace NULL with nullptr
[libcds.git] / cds / intrusive / split_list_rcu.h
index 7401f18c5fbcc201d2f31c4e0f8d5ca578b2cae9..92be12f74f47eda09c6979915f805f33351f0211 100644 (file)
@@ -851,7 +851,7 @@ namespace cds { namespace intrusive {
         /// Finds the key \p val and return the item found
         /** \anchor cds_intrusive_SplitListSet_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.