Thread overview |
---|
April 18, 2007 [Issue 1163] New: Can't initialize multiple variables with void. | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=1163 Summary: Can't initialize multiple variables with void. Product: D Version: 1.012 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: aziz.kerim@gmail.com int* p = void, c = void; error: found ',' when expecting '.' following 'void' // This works: int* p = void; int* c = void; -- |
April 20, 2007 [Issue 1163] Can't initialize multiple variables with void. | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1163 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from bugzilla@digitalmars.com 2007-04-20 13:22 ------- Fixed DMD 1.013 -- |
April 25, 2007 [Issue 1163] Can't initialize multiple variables with void. | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1163 ------- Comment #2 from thomas-dloop@kuehne.cn 2007-04-25 12:58 ------- Added to DStress as http://dstress.kuehne.cn/compile/v/void_07_A.d -- |
April 25, 2007 [Issue 1163] Can't initialize multiple variables with void. | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1163 ------- Comment #3 from thomas-dloop@kuehne.cn 2007-04-25 14:15 ------- Added to DStress as http://dstress.kuehne.cn/compile/v/void_07_A.d -- |
Copyright © 1999-2021 by the D Language Foundation