This adds the width estimation functions to the std-format-spec.
Implements parts of:
- P0645 Text Formatting
- P1868 width: clarifying units of width and precision in std::format
Differential D103413
[libc++][format] Implement Unicode support. Mordante on May 31 2021, 9:05 AM. Authored by
Details
This adds the width estimation functions to the std-format-spec. Implements parts of:
Diff Detail
Unit Tests Event Timeline
Comment Actions Addresses part of the review comments:
The other comments will be addressed later, I want to update the rest of the ser
Comment Actions Disable a test on Windows, that change was accidentally reverted in the last version.
Comment Actions Improve the readability of a long return statement, this found some issues in the return statement.
Comment Actions Thanks for the review!
Comment Actions Thanks for the review. I'll update the patch after you land D110338.
|
Can we make those changes as part of another review? Also, let's set CXX_STANDARD_REQUIRED YES instead -- all supported compilers should support C++20 now.