EricWF added a comment.

So my main concern with this patch is that `nullptr` is actually  `#defined`'ed 
in C++03 mode. That definition comes from the `__nullptr` header, and therefore 
we would need to add that header to each include which uses it. Which kind of 
sucks.


Repository:
  rCXX libc++

https://reviews.llvm.org/D43159



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

Reply via email to