https://issues.dlang.org/show_bug.cgi?id=16419
Issue ID: 16419
Summary: issue with ndslice.slice toHash
Product: D
Version: D2
Hardware: x86
OS: All
Status: NEW
Severity: minor
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
The auto tester is full of this message:
std\experimental\ndslice\slice.d(1779): Warning: toHash() must be declared as
extern (D) size_t toHash() const nothrow @safe, not const pure nothrow @nogc
@system uint()
I don't know the cause, just want to report it here so it gets addressed.
Possibly related: https://issues.dlang.org/show_bug.cgi?id=10045
Assigning to Ilya.
--