lichray added inline comments.

================
Comment at: include/ostream:225
+    basic_ostream& operator<<(nullptr_t)
+    { return *this << (const void*)0; }
+
----------------
Oh, common, I persuaded the committee to allow you to print a `(null)`  and you 
don't do it...


https://reviews.llvm.org/D33776



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to