Replace NULL with nullptr
[libcds.git] / cds / container / michael_map.h
index 102aaf313cf34cde7b6aba0e74422c6f19d04f9c..762267d31d97b8a1d72c7307ee2649ea6bc3576e 100644 (file)
@@ -89,7 +89,7 @@ namespace cds { namespace container {
         bool operator !=(iterator const& i ) const;
         };
         \endcode
-        Note, the iterator object returned by \ref end, \p cend member functions points to \p NULL and should not be dereferenced.
+        Note, the iterator object returned by \ref end, \p cend member functions points to \p nullptr and should not be dereferenced.
 
         \anchor cds_nonintrusive_MichaelHashMap_how_touse
         <b>How to use</b>