Release D 2.082.0

Shigeki Karita shigekikarita at gmail.com
Tue Sep 4 12:39:55 UTC 2018


On Tuesday, 4 September 2018 at 10:51:32 UTC, Martin Nowak wrote:
> On Tuesday, 4 September 2018 at 03:56:25 UTC, Shigeki Karita 
> wrote:
>> Is there any workaround to avoid this?
>
> Please file a regression under https://issues.dlang.org/.
> One workaround for now would be to initialize the variable at 
> runtime, e.g.
>
> ```d
> static double d;
> shared static this() { d = exp(-1.0); }
> ```

I reported it there. Thanks.


More information about the Digitalmars-d-announce mailing list