I didn't split the calendar bits more than this because there was little
benefit to doing it, and I know our calendar support is incomplete.
Whoever picks up the missing calendar bits can organize these headers
at their leisure.
Details
Details
- Reviewers
• Quuxplusone Mordante - Group Reviewers
Restricted Project Restricted Project - Commits
- rG5726e5598104: [libc++] Modularize <chrono>
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Almost fix CI. I don't understand the last failure in libc++abi, since I am including <stdint.h> in the appropriate header. Can someone spot the issue?
Comment Actions
Ahh geez, I think WINT_MAX is the one defined in <cstdint> (according to cppreference at least). Thanks for spotting.