[Issue 17968] [REG 2.073] object initializer omitted when it should be included.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 3 18:30:13 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=17968

--- Comment #6 from github-bugzilla at puremagic.com ---
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

--


More information about the Digitalmars-d-bugs mailing list