https://issues.dlang.org/show_bug.cgi?id=15763

Steven Schveighoffer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
             Status|NEW                         |ASSIGNED

--- Comment #2 from Steven Schveighoffer <[email protected]> ---
Hm... also found an issue, because if rhs is a range, but lhs is a value, it
swaps the arguments and calls approxEqual(rhs, lhs). Clearly, if rhs is the
relative difference determination, you don't want to do this (as the comparison
isn't symmetrical).

PR: https://github.com/dlang/phobos/pull/5316

--

Reply via email to