www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 19005] New: [REG2.081-b1] object.hashOf no longer works for

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

          Issue ID: 19005
           Summary: [REG2.081-b1] object.hashOf no longer works for
                    std.datetime.date.Date
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: regression
          Priority: P1
         Component: druntime
          Assignee: nobody puremagic.com
          Reporter: greensunny12 gmail.com

void main()
{
    import std.datetime.date : Date;
    Date date;
    auto hash = date.hashOf;
}

--
Jun 18 2018