Replace NULL with nullptr
[libcds.git] / cds / intrusive / lazy_list_nogc.h
index da544691462face35ae41cad01d8c2185d927d7e..ca43491ff9b8afd4347426795be00ff6ed084050 100644 (file)
@@ -446,7 +446,7 @@ namespace cds { namespace intrusive {
         /// Finds the key \p val
         /** \anchor cds_intrusive_LazyList_nogc_find_val
             The function searches the item with key equal to \p val
-            and returns pointer to value found or \p NULL.
+            and returns pointer to value found or \p nullptr.
         */
         template <typename Q>
         value_type * find( Q const& val )