https://issues.dlang.org/show_bug.cgi?id=10916
--- Comment #2 from [email protected] --- 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. --
