[Issue 17130] [Reg 2.074] ambiguous implicit super call when inheriting core.sync.mutex.Mutex

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Feb 15 04:31:49 PST 2017


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

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

https://github.com/dlang/dmd/commit/cfeb41ae8db207d708b48155760a52dba0c57791
fix Issue 17130 - ambiguous implicit super call

- need to pass class type to resolveFuncCall
- also make implicit ctor shared for shared base ctor

https://github.com/dlang/dmd/commit/69182dac5d7e4ba0f32377715f24ccf910d2f333
Merge pull request #6541 from MartinNowak/fix17130

fix Issue 17130 - ambiguous implicit super call

--


More information about the Digitalmars-d-bugs mailing list