[Issue 8154] Source of error is hidden when using default-parametrized tempalte-struct
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Oct 21 14:06:43 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8154
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |andrej.mitrovich at gmail.com
Resolution| |INVALID
--- Comment #2 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2012-10-21 14:06:41 PDT ---
You didn't actually instantiate it the first time:
This:
Bogus a;
Needs to be:
Bogus!() a;
It's unfortunate D doesn't allow the first case to work though.. but that's
probably another bug report.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list