[Issue 1910] variadic function compilation failure
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Nov 20 18:37:47 PST 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1910
smjg at iname.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |smjg at iname.com
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Comment #1 from smjg at iname.com 2008-11-20 20:37 -------
I can't reproduce this. Rather, I get these errors (2.019):
bz1910.d(9): Error: undefined identifier writefln
bz1910.d(9): Error: function expected before (), not writefln of type int
bz1910.d(1): function bz1910.main expected to return a value of type int
which is basically what should be happening. If I fix the errors that led to
this, the program compiles and runs as expected.
--
More information about the Digitalmars-d-bugs
mailing list