The format library uses std::monostate, but not a std::variant.
Moving std::monostate to its own header allows the format library to
reduce the amount of included code.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG321c2ea91cb1: [libc++][NFC] Move monostate to its own header.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo