In libc++, we normally #ifdef out header content instead of #erroring
out when the Standard in use is insufficient for the requirements of
the header.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@EricWF I'm unsure about this change -- I think we might want to keep the requires in the modulemap but also get rid of the #error behavior.