The newer formatters for (tuple, vector<bool>::reference) specify the
formatter's parse and format member function. This signature is slightly
different from the signature for existing formatters. Adapt the existing
formatters to the new style.
Details
Details
- Reviewers
ldionne vitaut - Group Reviewers
Restricted Project - Commits
- rGb51e8acd8262: [NFC][libc++][format] Uses uniform member signatures.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo