[Issue 4053] To avoid struct ctor/opCall conflicts

2011-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4053 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4053] To avoid struct ctor/opCall conflicts

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4053 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com --- Comment #4

[Issue 4053] To avoid struct ctor/opCall conflicts

2011-03-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4053 --- Comment #2 from bearophile_h...@eml.cc 2011-03-08 00:32:29 PST --- This (modified) example from Tom shows problems with not static opCall too: struct Foo { int i; this(int i) { this.i = i; } void opCall(int x, int y) {} } void

[Issue 4053] To avoid struct ctor/opCall conflicts

2011-03-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4053 --- Comment #3 from bearophile_h...@eml.cc 2011-03-08 09:53:38 PST --- See also bug 4253 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4053] To avoid struct ctor/opCall conflicts

2011-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4053 Adam D. Ruppe destructiona...@gmail.com changed: What|Removed |Added CC|