Zwip-Zwap Zapony
Results
12
comments of
Zwip-Zwap Zapony
>*[...] `u8 mip[123] [[name(std::format("mip{}", parent.i))]]` the problem here is that the name attribute adds another level to parent. To access i you need to use parent.parent.i and it works fine....
This also affects `#pragma array_limit`, `#pragma debug`, `#pragma eval_depth`, and likely any other pragma. This doesn't affect `#define`, so it doesn't just apply to the pre-processor in general. "*Extras*" >...