[Issue 9066] Add constructor inheritance feature

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Sep 4 07:04:24 PDT 2016


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

--- Comment #19 from Andrej Mitrovic <andrej.mitrovich at gmail.com> ---
(In reply to Andrej Mitrovic from comment #18)
> https://github.com/dlang/DIPs/pull/42

And yes I omitted the whole `super(Arguments)` stuff as I believe it would
complicate the implementation. C++11 doesn't seem to add support for inheriting
specific constructors, and it seems that wasn't a cause for concern.

--


More information about the Digitalmars-d-bugs mailing list