Date: Fri, 14 Mar 2025 18:13:02 +0100
On 3/14/25 17:43, Filip via Std-Proposals wrote:
> 2. Forcing unroll with a keyword and not `#pragma`
> ```
> inline for ( … )
> ```
> It could force the unroll like similar construct does in zig.
> This syntax already exists and we could probably easily implement it.
Already on track for C++26:
https://wg21.link/P1306
> 2. Forcing unroll with a keyword and not `#pragma`
> ```
> inline for ( … )
> ```
> It could force the unroll like similar construct does in zig.
> This syntax already exists and we could probably easily implement it.
Already on track for C++26:
https://wg21.link/P1306
Received on 2025-03-14 17:13:05