[libcxx-commits] [PATCH] D146088: [libc++] Qualifies size_t.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Mar 18 05:43:52 PDT 2023
Mordante added a comment.
In D146088#4203260 <https://reviews.llvm.org/D146088#4203260>, @EricWF wrote:
> Why? If we've done everything correctly, there should be no difference between the two type? What's the motivation for this?
>
> Change descriptions must include a motivation.
Good point, I see I forgot that. I've updated the commit message. This is part of a series of patches to remove names from the global namespace. These names are not available in C++23's `std` module.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146088/new/
https://reviews.llvm.org/D146088
More information about the libcxx-commits
mailing list