[Issue 857] Error: no size for type void() doesn't show the line number
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Mar 23 10:28:32 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=857
deewiant at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Comment #2 from deewiant at gmail.com 2007-03-23 12:28 -------
Works in 1.009 - the code compiles. Looking at it now, I'm not sure why I
called it invalid. It was probably the fact that code like the following is
valid, which I didn't know until now:
int[] x;
x = 1 ~ x; // concatenating to an int, which is kind of weird
--
More information about the Digitalmars-d-bugs
mailing list