[Issue 10916] toHash on VariantN not being recognised
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Jul 4 09:57:53 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=10916
--- Comment #2 from github-bugzilla at puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/6ba09e0c6da7f84fa575a81710c83ce21e0b9966
fix Issue 10916 - toHash on VariantN not being recognised
Make VariantN.toHash() const nothrow @safe. Assume that `VariantN.type`
property is @safe nothrow.
--
More information about the Digitalmars-d-bugs
mailing list