Details
- Reviewers
ldionne Mordante zoecarver cjdb • Quuxplusone - Group Reviewers
Restricted Project - Commits
- rGd42d9e10b606: [libc++] [P0619] Hide not1 and not2 under _LIBCPP_ENABLE_CXX20_REMOVED_NEGATORS.
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/include/__config | ||
---|---|---|
1368–1379 | @cjdb wrote: "Why are you wanting to permit these removed features in C++20?" This is just how libc++ does it. Even if we didn't want this for customer-happiness (backward compatibility), we'd want it for self-documentation (notice how this list of macros mirrors the list of removed features in Cxx2aStatus.rst). |
Please update https://libcxx.llvm.org/docs/UsingLibcxx.html#c-20-specific-configuration-macros like it was done for C++17.
Other then that LGTM.
libcxx/docs/Cxx2aStatus.rst | ||
---|---|---|
59 | Nice! I usually forget this part ;-) |
Nice! I usually forget this part ;-)