November 21, 2015 Can someone check this on win32 ? | ||||
---|---|---|---|---|
| ||||
Seems to be fixed: ______________________ import std.math; void main() {real function(real) c = &sin;} ______________________ https://issues.dlang.org/show_bug.cgi?id=4541 At least it works on linux x86_64. |
December 02, 2015 Re: Can someone check this on win32 ? | ||||
---|---|---|---|---|
| ||||
Posted in reply to BBaz | On 21/11/2015 10:46 PM, BBaz wrote: > Seems to be fixed: > > ______________________ > import std.math; > void main() {real function(real) c = &sin;} > ______________________ > > > https://issues.dlang.org/show_bug.cgi?id=4541 > > At least it works on linux x86_64. > > It works because of https://github.com/D-Programming-Language/phobos/pull/3599 But it only works for the std.math intrinsics, there are plenty of others without real bodies. |
Copyright © 1999-2021 by the D Language Foundation