www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18287] New: several std.math functions no longer work with

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

          Issue ID: 18287
           Summary: several std.math functions no longer work with alias
                    this
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: regression
          Priority: P1
         Component: phobos
          Assignee: nobody puremagic.com
          Reporter: john.loughran.colvin gmail.com

https://github.com/dlang/phobos/pull/6040/files changed several functions
(signbit, isFinite, isNormal, isSubnormal, sign, nextAfter and approxEqual to
enforce type matching, meaning that all alias-this types no longer work with
them

--
Jan 23 2018