This is an archive of the discontinued LLVM Phabricator instance.

[libc++][format] Adds formatter std::vector<bool>.
ClosedPublic

Authored by Mordante on Jan 14 2023, 6:49 AM.

Details

Reviewers
ldionne
vitaut
Group Reviewers
Restricted Project
Commits
rGa09b1dc1f2c5: [libc++][format] Adds formatter std::vector<bool>.
Summary

Implements parts of

  • P2286R8 Formatting Ranges

Depends on D140653

Diff Detail

Event Timeline

Mordante created this revision.Jan 14 2023, 6:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 14 2023, 6:49 AM
Mordante updated this revision to Diff 489246.Jan 14 2023, 7:16 AM

CI fixes.

Mordante published this revision for review.Jan 16 2023, 10:13 AM
Mordante added reviewers: ldionne, vitaut.
Herald added a project: Restricted Project. · View Herald TranscriptJan 16 2023, 10:13 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jan 17 2023, 9:23 AM
ldionne added inline comments.
libcxx/include/vector
3326
This revision is now accepted and ready to land.Jan 17 2023, 9:23 AM
Mordante marked an inline comment as done.Jan 18 2023, 9:56 AM

Thanks for the review!

This revision was landed with ongoing or failed builds.Jan 19 2023, 8:58 AM
This revision was automatically updated to reflect the committed changes.