On Tue, 6 May 2025 at 13:06, Tomasz Kaminski wrote:
>
>
>
> On Tue, May 6, 2025 at 1:59 PM Jonathan Wakely wrote:
>>
>> On 05/05/25 16:45 +0200, Tomasz Kamiński wrote:
>> >Use `__unicode::_field_width` to compute the field width of the output when
>> >writting
>> >the formatted output for std::c
On Tue, May 6, 2025 at 1:59 PM Jonathan Wakely wrote:
> On 05/05/25 16:45 +0200, Tomasz Kamiński wrote:
> >Use `__unicode::_field_width` to compute the field width of the output
> when writting
> >the formatted output for std::chrono::types. This applies both to
> characters copied
> >from format
On 05/05/25 16:45 +0200, Tomasz Kamiński wrote:
Use `__unicode::_field_width` to compute the field width of the output when
writting
the formatted output for std::chrono::types. This applies both to characters
copied
from format string, and one produced by localized formatting.
We also use _St
On Mon, May 5, 2025 at 4:48 PM Tomasz Kamiński wrote:
> Use `__unicode::_field_width` to compute the field width of the output
> when writting
> the formatted output for std::chrono::types. This applies both to
> characters copied
> from format string, and one produced by localized formatting.
>
Use `__unicode::_field_width` to compute the field width of the output when
writting
the formatted output for std::chrono::types. This applies both to characters
copied
from format string, and one produced by localized formatting.
We also use _Str_sink::view() instead of get(), which avoids copy