[Issue 1078] Frontend uses of 'auto' where 'scope' should be used

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Mar 23 10:33:47 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1078





------- Comment #3 from deewiant at gmail.com  2007-03-23 12:33 -------
func.c, line 135 should actually probably say "const, auto, or scope" since the
error is generated also for code like the following:

auto void main() {}


-- 



More information about the Digitalmars-d-bugs mailing list