[Issue 920] New: Auto classes referenced where scope should be used

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 2 02:04:38 PST 2007


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

           Summary: Auto classes referenced where scope should be used
           Product: D
           Version: 1.004
          Platform: All
               URL: http://www.digitalmars.com/d/statement.html#ScopeGuardSt
                    atement
        OS/Version: All
            Status: NEW
          Keywords: spec
          Severity: normal
          Priority: P3
         Component: www.digitalmars.com
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: deewiant at gmail.com


The phrase "auto instances" is used, and the third, longest, block of code uses
"auto Foo f" where it should use "scope Foo f".


-- 



More information about the Digitalmars-d-bugs mailing list