[Issue 19005] New: [REG2.081-b1] object.hashOf no longer works for std.datetime.date.Date
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jun 19 01:48:42 UTC 2018
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 at puremagic.com
Reporter: greensunny12 at gmail.com
void main()
{
import std.datetime.date : Date;
Date date;
auto hash = date.hashOf;
}
--
More information about the Digitalmars-d-bugs
mailing list