Replace NULL with nullptr
[libcds.git] / cds / container / skip_list_map_impl.h
index a1c83eda0ef95d240a0f41121e2551128f11eb01..0f9ccea6b7c5b7a59d10a1782afe81a6c606b3bb 100644 (file)
@@ -108,7 +108,7 @@ namespace cds { namespace container {
             bool operator !=(iterator const& i ) const;
         };
         \endcode
-        Note, the iterator object returned by \ref end, \ cend member functions points to \p NULL and should not be dereferenced.
+        Note, the iterator object returned by \ref end, \ cend member functions points to \p nullptr and should not be dereferenced.
 
     */
     template <