[Issue 1254] Using a parameter initialized to void in a compile-time evaluated function doesn't work
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jun 23 01:46:27 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1254
------- Comment #3 from bugzilla at digitalmars.com 2007-06-23 03:46 -------
The error message should have the file/line.
But the code is erroneous - even though the uninitialized value is eventually
unused, it is technically used when passed to bar(), and hence is illegal.
--
More information about the Digitalmars-d-bugs
mailing list