Use a specialized "buffer" to count the number of insertions instead of
using a string as storage type.
Depends on D110497.
Differential D110498
[libc++][format][4/6] Improve formatted_size. Mordante on Sep 26 2021, 7:49 AM. Authored by
Details
Use a specialized "buffer" to count the number of insertions instead of Depends on D110497.
Diff Detail
Event TimelineComment Actions In general looks good, just a few minor comments inline. However, the discussion in earlier diffs may affect __formatted_size_buffer API.
|