[Issue 3332] Mixin a constructor with a construct already present fails

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Aug 1 23:47:27 PDT 2014


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

--- Comment #7 from Vlad Levenfeld <vlevenfeld at gmail.com> ---
This one bit me recently as well. I also think it would be handy to be able to
control a mixin's interaction with the overload set. I have a case where I'd
like to add a specialization to a mixed-in constructor set.

--


More information about the Digitalmars-d-bugs mailing list