[libcxx-commits] [PATCH] D114786: [libc++] Remove the ability to use the std::nullptr_t emulation in C++03 mode

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 9 05:22:41 PST 2022


ldionne added a comment.

In D114786#3307456 <https://reviews.llvm.org/D114786#3307456>, @miyuki wrote:

> Is it expected that `::nullptr_t` gets defined in headers other than `<cstddef>`
> (e.g. `<cmath>`)? And also is it expected that `::nullptr_t` gets defined even in C++03 mode?

Yes, that was the state of things before and I did not intend to change that with this patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114786/new/

https://reviews.llvm.org/D114786



More information about the libcxx-commits mailing list