Class-related queries [was: Re: 'Undefined reference' linking errors]
BCS
none at anon.com
Fri Apr 9 11:26:06 PDT 2010
Hello Joseph,
> To be sure I understand -- is there anything wrong with writing
>
> scope auto f = new Foo(i)
BTW, the following might work:
scope f = new Foo(i);
--
... <IXOYE><
More information about the Digitalmars-d-learn
mailing list