[Issue 18539] [Reg 2.078.1] approxEqual cannot deduces type if Nullable used

2018-03-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18539

Martin Nowak  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 18539] [Reg 2.078.1] approxEqual cannot deduces type if Nullable used

2018-02-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18539

--- Comment #2 from drug007  ---
I comfirm it's fixed in dmd-beta.
https://github.com/dlang/phobos/pull/6236

--


[Issue 18539] [Reg 2.078.1] approxEqual cannot deduces type if Nullable used

2018-02-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18539

greenify  changed:

   What|Removed |Added

 CC||greeen...@gmail.com

--- Comment #1 from greenify  ---
On my phone, but the issue has been fixed in stable and will be part of 2.079.
Try dmd-beta.
The best course of action would be to add this unittest to Phobos to prevent
this from regressing (again).

--


[Issue 18539] [Reg 2.078.1] approxEqual cannot deduces type if Nullable used

2018-02-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18539

Martin Nowak  changed:

   What|Removed |Added

Summary|[Reg 2.078] approxEqual |[Reg 2.078.1] approxEqual
   |cannot deduces type if  |cannot deduces type if
   |Nullable used   |Nullable used

--