[Issue 8115] Templated default constructor not called
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Mar 19 15:01:16 PDT 2017
https://issues.dlang.org/show_bug.cgi?id=8115
Alexey Kulentsov <crimaniak at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |crimaniak at gmail.com
--- Comment #1 from Alexey Kulentsov <crimaniak at gmail.com> ---
templated constructor this(A...)(A) is not matched for empty argument list, for
both structs and classes, tested on DMD64 D Compiler v2.073.0
--
More information about the Digitalmars-d-bugs
mailing list