https://issues.dlang.org/show_bug.cgi?id=19499
--- Comment #5 from Walter Bright <[email protected]> --- This was caused by: https://github.com/dlang/dmd/pull/8632 Specifically, the lines in mtype.d: if (tob) return implicitConvTo(tob); --
d-bugmail--- via Digitalmars-d-bugs Sat, 22 Dec 2018 00:04:51 -0800
https://issues.dlang.org/show_bug.cgi?id=19499
--- Comment #5 from Walter Bright <[email protected]> --- This was caused by: https://github.com/dlang/dmd/pull/8632 Specifically, the lines in mtype.d: if (tob) return implicitConvTo(tob); --