https://issues.dlang.org/show_bug.cgi?id=17968
--- Comment #6 from [email protected] --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/6fefecf21994bab869e2f281a4d2815a6884117a Fix issue 17968 - When generating xtoHash function for a struct, use typeid(const(Object)) for class members instead of the derived type to avoid pulling in ungenerated symbols https://github.com/dlang/dmd/commit/c69c5663d0a035ee1aacc1a1201a6de5ae6c25a4 Merge pull request #8222 from schveiguy/fix17968 Fix issue 17968 - Use typeid(Object) instead of typeid(T) to avoid pulling in unused symbols merged-on-behalf-of: unknown --
