On Saturday, 21 August 2021 at 07:16:46 UTC, Heikuw wrote:
What causes this example of safeD code to be compiled in dmd
and ldc but not compiled in gcc?
Most likely frontend differences. Check `pragma(msg,
__VERSION__);`.
On Friday, 7 February 2020 at 11:51:36 UTC, Jean-Louis Leroy
wrote:
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