Date: Wed, 1 Mar 2023 10:57:11 +0200
>
> It would be nice if range-based for loops had an implicit counter
> variable
>
I'm not sure views::enumerate made it to C++ 23 or not -
https://github.com/cplusplus/papers/issues/875.
The variable will be explicit in this case.
> It would be nice if range-based for loops had an implicit counter
> variable
>
I'm not sure views::enumerate made it to C++ 23 or not -
https://github.com/cplusplus/papers/issues/875.
The variable will be explicit in this case.
Received on 2023-03-01 08:57:23