Replace NULL with nullptr
[libcds.git] / cds / container / michael_deque.h
index 7cac646231116b4ed64b349df4ba6d25b00da3de..bef5df181c69274e4126ecfee4c889bf00bc063e 100644 (file)
@@ -473,7 +473,7 @@ namespace cds { namespace container {
 
         /// Clear the deque
         /**
-            The function repeatedly calls \ref pop_back until it returns \p NULL.
+            The function repeatedly calls \ref pop_back until it returns \p nullptr.
         */
         void clear()
         {