https://issues.dlang.org/show_bug.cgi?id=16521
Stefan Koch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |accepts-invalid CC| |[email protected] --- Comment #4 from Stefan Koch <[email protected]> --- There is no such thing as static foreach. You are using tuple foreach which will force an unrolled loop. The provided code should error! --
