[Issue 18287] several std.math functions no longer work with alias this

2018-01-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18287 --- Comment #1 from hst...@quickfur.ath.cx --- Has signbit() ever worked with alias this types? I tried commenting out the new sig constraint of signbit(), but this code still fails to compile on git master: struct Proxy { double f;

[Issue 18287] several std.math functions no longer work with alias this

2018-01-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18287 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --