[Issue 13581] New: disallow NaN as AA key value

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Oct 6 17:03:25 PDT 2014


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

          Issue ID: 13581
           Summary: disallow NaN as AA key value
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: code at dawg.eu

There should be a runtime check in the AA code that prevents from using
floating point NaN as key value, as this value doesn't compare equal to itself.

--


More information about the Digitalmars-d-bugs mailing list