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: nob...@puremagic.com
          Reporter: greensunn...@gmail.com

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

--

Reply via email to