The m type in a range formatter may only be used when a pair or a tuple
with two elements is used. This was not correctly validated as reported
in llvm.org/PR60995.
Details
Details
- Reviewers
ldionne vitaut - Group Reviewers
Restricted Project - Commits
- rG347a65a16493: [libc++][format] Fixes invalid usage of m type.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for the review!
Agreed with both of them, that's why I marked them as a bug ;-)