Some places in the format library were identified to benefit from
basic_string's from_range constructor. At that time that constructor was
not implemented. It's implemented now so adjust the code to use this new
constructor.
Details
Details
- Reviewers
var-const - Group Reviewers
Restricted Project - Commits
- rG7b580d8b40bd: [NFC][libc++][format] Switches to from_range constructor.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo