https://issues.dlang.org/show_bug.cgi?id=19331
Issue ID: 19331
Summary: std.regex.internal.ir.SmallFixedArray.toHash is
ignored because it's non-const
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
std.regex.internal.ir.SmallFixedArray defines a non-const `toHash` function
that is ignored by TypeInfo.getHash due to not being const.
--
