Details
Details
- Reviewers
ldionne Mordante var-const - Group Reviewers
Restricted Project - Commits
- rG2fcf99d70346: [libc++] Implement P0174R2 (Deprecating Vestigial Library Parts in C++17)
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM without the allocator<void> part (and with passing CI).
libcxx/include/__memory/allocator.h | ||
---|---|---|
34 | There's a bit of history behind this, but TLDR, I don't think we want to do this part: https://reviews.llvm.org/D104323. In particular, I think reading https://github.com/llvm/llvm-project/issues/49643 by @jwakely is relevant. |
libcxx/include/__memory/allocator.h | ||
---|---|---|
34 | Can you add some comment why this is intended not to be deprecated. |
Comment Actions
LGTM modulo one nit and when the CI is happy.
libcxx/test/std/utilities/memory/temporary.buffer/depr.verify.cpp | ||
---|---|---|
12 |
There's a bit of history behind this, but TLDR, I don't think we want to do this part: https://reviews.llvm.org/D104323.
In particular, I think reading https://github.com/llvm/llvm-project/issues/49643 by @jwakely is relevant.