[Issue 2716] Confusion of auto and scope as the class attribute

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jul 12 08:23:18 PDT 2009


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





--- Comment #6 from Christian Kamm <kamm-removethis at incasoftware.de>  2009-07-12 08:23:17 PDT ---
Created an attachment (id=421)
 --> (http://d.puremagic.com/issues/attachment.cgi?id=421)
Do not consider auto to mean scope.

This is a patch against LDC's DMDFE. It removes the remaining instances of auto
meaning scope and makes 'auto class C { ... }' and 'auto C c;' an 'Error:
storage class has no effect: auto'. See also bug 3118 .

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list