digitalmars.D.bugs - Auto classes and with()
- Nick (5/5) Oct 06 2004 There is a problem with using with() statements on auto class variables....
- Ben Hinkle (6/12) Oct 06 2004 did you forget something? I don't see a "with" anywhere.
- Nick (17/25) Oct 07 2004 Err.. sorry. The rest must have been cut out somehow. We try again:
- Thomas Kuehne (4/18) Oct 08 2004 added to dstress:
There is a problem with using with() statements on auto class variables. The following snippet fails to compile: auto class Foo { }
Oct 06 2004
Nick wrote:There is a problem with using with() statements on auto class variables. The following snippet fails to compile: auto class Foo { }did you forget something? I don't see a "with" anywhere. Also, complete code example are better - why make the n people who try your code write the rest when you can write it once and save us all the effort? (plus it makes it more likely n>0) -Ben
Oct 06 2004
In article <ck279i$gl6$1 digitaldaemon.com>, Ben Hinkle says...Nick wrote:Err.. sorry. The rest must have been cut out somehow. We try again: Compiling gives: tst.d(9): variable __withSym reference to auto class must be auto NickThere is a problem with using with() statements on auto class variables. The following snippet fails to compile: auto class Foo { }did you forget something? I don't see a "with" anywhere.
Oct 07 2004
Nick schrieb:Compiling gives: tst.d(9): variable __withSym reference to auto class must be autoadded to dstress: svn://svn.kuehne.cn/dstress/run/with_11.d Thomas
Oct 08 2004