On 10/21/21 16:26, Marek Polacek wrote:
The following patch implements C++23 P2360R0. This proposal merely
extends init-statement to contain alias-declaration. init-statement
is used in if/for/switch. The unsightly duplication of the new code
seems to be necessary to handle
for ( init-stat
The following patch implements C++23 P2360R0. This proposal merely
extends init-statement to contain alias-declaration. init-statement
is used in if/for/switch. The unsightly duplication of the new code
seems to be necessary to handle
for ( init-statement condition[opt] ; expression[opt] ) st