Replace NULL with nullptr
[libcds.git] / cds / container / michael_set.h
index 9bdcfaef940bce7a2383efa138ffb52ed9edb47d..2b1ebbf6c6a2fb34ed6ba43699d7445a404e5c7b 100644 (file)
@@ -110,7 +110,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.
 
         <b>How to use</b>