[libcxx-commits] [libcxx] feat libcxx: avoid defining std::nullptr_t in terms of ::nullptr_t (PR #73442)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Nov 26 04:09:19 PST 2023
philnik777 wrote:
This looks to me like a problem with the IDE configuration, since we define `::nullptr_t` in out own `stddef.h` as @cpplearner already pointed out. While I don't think it's a problem to change this, I'm not convinced that this solves a real problem.
https://github.com/llvm/llvm-project/pull/73442
More information about the libcxx-commits
mailing list