[Issue 6534] const struct definition inside functions too

2012-10-08 Thread d-bugmail
/0adbdc1d860a1d718d36fc6a982aaeb7667ed1d8 Issue 6534 - const struct definition inside functions too https://github.com/D-Programming-Language/dmd/commit/381eec8240dcc8eeacd9d81285b77f4324f32090 Merge pull request #562 from 9rnsr/fix6534 Issue 6534 & 7065 & 7172 - Parser improvements for inner aggregates -- Configure issuema

[Issue 6534] const struct definition inside functions too

2012-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6534 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6534] const struct definition inside functions too

2011-12-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6534 --- Comment #5 from Kenji Hara 2011-12-27 06:26:39 PST --- *** Issue 5213 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail beca

[Issue 6534] const struct definition inside functions too

2011-12-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6534 Kenji Hara changed: What|Removed |Added Keywords||patch Platform|x86

[Issue 6534] const struct definition inside functions too

2011-12-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6534 bearophile_h...@eml.cc changed: What|Removed |Added CC||zan77...@nifty.com --- Comment

[Issue 6534] const struct definition inside functions too

2011-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6534 --- Comment #2 from bearophile_h...@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

[Issue 6534] const struct definition inside functions too

2011-08-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6534 --- Comment #1 from bearophile_h...@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