[libcxx-commits] [PATCH] D137127: [libc++abi] Use std::nullptr_t instead of declaring it manually

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 1 16:30:05 PDT 2022


EricWF added a comment.

I don't think this helps, but I don't think it hurts. The correctness of the tests requires `std::nullptr_t` to be `decltype(nullptr)`, so /shrug


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137127



More information about the libcxx-commits mailing list