Date: Wed, 8 Jun 2022 09:54:36 -0400
On 6/8/22 1:56 AM, Mark de Wever wrote:
> On Tue, Jun 07, 2022 at 11:59:40PM -0400, Tom Honermann wrote:
>> Please reload the draft from
>> https://raw.githack.com/tahonermann/std-proposals/master/d2572r0.html. It
>> should now have a date of 2022-06-08.
> Thanks for the update. LGTM modulo one tiny nit
>
> string s7 = format("{:🤡^6}", 'x'); // value of s8 is "🤡🤡x🤡🤡🤡"
> string s8 = format("{:*>6}", "12345678"); // value of s7 is "12345678"
>
> In the comment "value of s8" and "value of s7" need to be swapped.
Oops! Good catch! Fixed, thank you!
Tom.
>
>
> Mark
> On Tue, Jun 07, 2022 at 11:59:40PM -0400, Tom Honermann wrote:
>> Please reload the draft from
>> https://raw.githack.com/tahonermann/std-proposals/master/d2572r0.html. It
>> should now have a date of 2022-06-08.
> Thanks for the update. LGTM modulo one tiny nit
>
> string s7 = format("{:🤡^6}", 'x'); // value of s8 is "🤡🤡x🤡🤡🤡"
> string s8 = format("{:*>6}", "12345678"); // value of s7 is "12345678"
>
> In the comment "value of s8" and "value of s7" need to be swapped.
Oops! Good catch! Fixed, thank you!
Tom.
>
>
> Mark
Received on 2022-06-08 13:54:38