[Issue 18093] [Reg 2.071] MSCOFF: dmd crashes when overriding a C++ method in a mixin template

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jan 8 21:28:43 UTC 2018


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

--- Comment #5 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/f3a40a9705b0f96b6be4308c74c143faf6295dac
Revise the fix for issue #18093

Make sure to skip over template mixin parents etc., all the way up to
the containing class, instead of returning null if the immediate parent
isn't a class.

https://github.com/dlang/dmd/commit/b9c345406a4a17f972fdf66bd1c052238dab5290
Merge pull request #7642 from kinke/func

[Trivial] Revise the fix for issue #18093
merged-on-behalf-of: Walter Bright <WalterBright at users.noreply.github.com>

--


More information about the Digitalmars-d-bugs mailing list