Replace NULL with nullptr
[libcds.git] / cds / container / michael_map_rcu.h
index 9e829e65073cf67fbb2dcc337c78a8ba4cb4f1fc..d3e0510cd6d75b9c0f82e345c08906ed6d8871cd 100644 (file)
@@ -686,7 +686,7 @@ namespace cds { namespace container {
         /// Finds \p key and return the item found
         /** \anchor cds_nonintrusive_MichaelHashMap_rcu_get
             The function searches the item with key equal to \p key and returns the pointer to item found.
-            If \p key is not found it returns \p NULL.
+            If \p key is not found it returns \p nullptr.
 
             Note the compare functor should accept a parameter of type \p K that can be not the same as \p key_type.