https://issues.dlang.org/show_bug.cgi?id=23099
--- Comment #2 from Luís Ferreira <[email protected]> --- (In reply to mhh from comment #1) > This has probably been filed before. Can't be bothered to go looking at the > moment. The only issue I found was https://issues.dlang.org/show_bug.cgi?id=14451 but it is not entirely correlated. static foreach can yield stack variables intentionally. For normal foreach the situation is somewhat different. I expect a static foreach to produce stack space, although could be enhanced. Maybe it is not "critical", but above "normal" importance. Somewhat related to https://issues.dlang.org/show_bug.cgi?id=13381 . --
