On 11/10/2020 10:41 AM, Yehezkel Bernat via SG20 wrote:
> 3. IMHO, the best and simplest solution is to use
> std::ranges::for_each, because it holds the temporary till the end of
> the loop due to the function call semantics.
There's light and day difference between the simple for() form with the
direct body and access to break, continue