Implements parts of
- P2286R8 Formatting Ranges
Differential D136775
[libc++][format] Adds formatter for tuple and pair Mordante on Oct 26 2022, 10:56 AM. Authored by
Details
Implements parts of
Diff Detail
Event TimelineThere are a very large number of changes, so older changes are hidden. Show Older Changes Comment Actions Overall looks good but we need to fix escaping in the standard and the implementation before this ships. Also a bunch of minor(ish) comments inline.
Comment Actions Thanks for the review! I too think we should fix escaping. I also think we should fix the nesting of formatters.
Comment Actions Mostly LGTM but I would like to see again for for_each.
Comment Actions Thanks for the review!
|