[Issue 16518] New: hashOf is @system for dynamic arrays
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Sep 21 03:18:35 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16518
Issue ID: 16518
Summary: hashOf is @system for dynamic arrays
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: druntime
Assignee: nobody at puremagic.com
Reporter: jack at jackstouffer.com
As DMD gives a warning for any toHash() that is not @safe, this means that
hashOf is unusable for any custom type wrapping a dynamic array
--
More information about the Digitalmars-d-bugs
mailing list