[Issue 6534] const struct definition inside functions too
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon Aug 29 18:59:52 PDT 2011
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=6534
--- Comment #2 from bearophile_hugs at eml.cc 2011-08-29 18:59:50 PDT ---
The same happens with immutable:
void foo() {
    immutable struct Bar1 {}
    static immutable struct Bar2 {}
}
void main() {}
-- 
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