On 04.09.2017 21:55, Timon Gehr wrote:
On 04.09.2017 16:05, nkm1 wrote:
On Friday, 1 September 2017 at 14:03:26 UTC, Martin Nowak wrote:
This release comes with static foreach
Great! I noticed one small issue, though. When compiled with warnings,
it warns about unreachable code when static foreach in a switch, ...
It works, though, so I guess it's not a bug per se.
This is actually a bug. Thanks!
https://issues.dlang.org/show_bug.cgi?id=17807
https://github.com/dlang/dmd/pull/7120
(This bug was actually not within the static foreach implementation.)