Date: Wed, 8 Jun 2022 07:56:37 +0200
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.
Mark
> 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.
Mark
Received on 2022-06-08 05:56:41