[Issue 3790] [OOP] Forwarding constructors to super class
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed May 16 14:51:02 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=3790
Dmitry Olshansky <dmitry.olsh at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dmitry.olsh at gmail.com
Summary|[OOP] constructor of child |[OOP] Forwarding
|class cannot pass arguments |constructors to super class
|into parent constructor |
--- Comment #4 from Dmitry Olshansky <dmitry.olsh at gmail.com> ---
This is basically a feature request for forwarding of constructors.
C++ has it with `using` statement, D might do it with `alias`.
--
More information about the Digitalmars-d-bugs
mailing list