DMD 0.175 release
John Reimer
terminal.node at gmail.com
Sat Nov 25 09:42:19 PST 2006
On Sat, 25 Nov 2006 05:14:01 -0800, Lionello Lunesu
<lionello at lunesu.remove.com> wrote:
>
> "Walter Bright" <newshound at digitalmars.com> wrote in message
> news:ek8vrl$5m8$1 at digitaldaemon.com...
>> Stack class variables, bug fixes.
>
> Damn, and I just figured out how to do that with alloca :)
>
> Very good release. Thanks!
>
> Which reminds me: will "char[varsize] array_on_stack" ever be possible?
>
> L.
>
>
Huh?
void main() {
char[256] p;
}
Is already allocated on the stack. What do you mean?
-JJR
More information about the Digitalmars-d-announce
mailing list