Other macros that disable parts of the library are named _LIBCPP_HAS_NO_WHATEVER.
Details
Details
- Reviewers
ldionne Mordante - Group Reviewers
Restricted Project - Commits
- rGcf65d275ac04: [libc++][NFC] Rename _LIBCPP_NO_RTTI to _LIBCPP_HAS_NO_RTTI
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This seems fine... however do you plan on doing the same for _LIBCPP_NO_EXCEPTIONS? Cause I would perhaps object to that one (on the basis that it probably touches a gazillion lines).
Comment Actions
I have D143163 for that. Though it mostly touches istream and ostream, so it's mostly touching code that's just laying around, not a lot that is actively worked on. I can wait for approval from you though and talk about it next week if you think it's too much noise.