Replace NULL with nullptr
[libcds.git] / cds / container / michael_kvlist_impl.h
index 9aa13cfc5a1e612e46467ce121146b8a95a9d945..92e31592b89c0983d0b235109527db6ec7cd7815 100644 (file)
@@ -364,7 +364,7 @@ namespace cds { namespace container {
         /// Returns an iterator that addresses the location succeeding the last element in a list
         /**
             Do not use the value returned by <tt>end</tt> function to access any item.
-            Internally, <tt>end</tt> returning value equals to <tt>NULL</tt>.
+            Internally, <tt>end</tt> returning value equals to \p nullptr.
 
             The returned value can be used only to control reaching the end of the list.
             For empty list \code begin() == end() \endcode