Hi,What's the situation with `static foreach` on gdc? When I install it using install.sh from https://dlang.org/install.html, I get 4.8.5, which does not support `static foreach`. That is also the version that is installed on travis-ci.org.
Iain is currently backporting static foreach for GCC10, I believe.4.8.5 won't get you far, you should at least use GCC-9.2.0 which include the 2.076.0 frontend plus a lot of backports.