[Issue 6534] const struct definition inside functions too

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Aug 19 23:42:16 PDT 2011


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



--- Comment #1 from bearophile_hugs at eml.cc 2011-08-19 23:42:15 PDT ---
The same happens with static structs:


void foo() {
    static const struct Bar {}
}
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