[Issue 6036] Constructor, static opCall and object opCall

2011-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6036 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 6036] Constructor, static opCall and object opCall

2011-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6036 Kenji Hara changed: What|Removed |Added Keywords||patch See Also|

[Issue 6036] Constructor, static opCall and object opCall

2011-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6036 --- Comment #3 from Kenji Hara 2011-06-21 07:03:25 PDT --- *** Issue 4253 has been marked as a duplicate of this issue. *** --- Comment #4 from Kenji Hara 2011-06-21 07:03:40 PDT --- *** Issue 4053 has been marked as a duplicate of this issue

[Issue 6036] Constructor, static opCall and object opCall

2011-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6036 wfunct...@hotmail.com changed: What|Removed |Added CC||wfunct...@hotmail.com --- Comme

[Issue 6036] Constructor, static opCall and object opCall

2012-01-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6036 Kenji Hara changed: What|Removed |Added CC||steve.te...@britseyeview.co

[Issue 6036] Constructor, static opCall and object opCall

2012-05-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6036 --- Comment #7 from bearophile_h...@eml.cc 2012-05-27 18:14:48 PDT --- See also Issue 4678 and Issue 7210 and Issue 1840 This is a problem I hit often. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You

[Issue 6036] Constructor, static opCall and object opCall

2012-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6036 --- Comment #8 from Kenji Hara 2012-05-30 19:39:35 PDT --- *** Issue 4678 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 6036] Constructor, static opCall and object opCall

2012-08-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6036 jens.k.muel...@gmx.de changed: What|Removed |Added CC||jens.k.muel...@gmx.de --- Comme

[Issue 6036] Constructor, static opCall and object opCall

2012-10-06 Thread d-bugmail
/c8aba4a80895a7fcab9b1e023fa336d4012b6c05 fix Issue 6036 - Constructor, static opCall and object opCall https://github.com/D-Programming-Language/dmd/commit/098096c3b38f1cd0e8feb41cae2f0f59b8fe Merge pull request #72 from 9rnsr/fix_opCall Issue 6036 - Constructor, static opCall and object opCall -- Configure issuemail: http

[Issue 6036] Constructor, static opCall and object opCall

2012-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6036 --- Comment #11 from bearophile_h...@eml.cc 2012-10-06 11:08:35 PDT --- (In reply to comment #5) > struct Adder { > int v; > auto opCall(int x) { return x + v; } > } > > auto adder(int v) { > return Adder(v); // How do I call the

[Issue 6036] Constructor, static opCall and object opCall

2012-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6036 --- Comment #12 from Kenji Hara 2012-10-06 16:42:01 PDT --- (In reply to comment #11) > (In reply to comment #5) > > A little reduced: > > struct Adder { > int v; > int opCall(int x) { return x + v; } > } > void main() { > auto a

[Issue 6036] Constructor, static opCall and object opCall

2012-10-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6036 Kenji Hara changed: What|Removed |Added CC||szad...@gmail.com --- Comment #13 from Ke

[Issue 6036] Constructor, static opCall and object opCall

2012-10-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6036 --- Comment #14 from bearophile_h...@eml.cc 2012-10-07 05:51:58 PDT --- (In reply to comment #12) > It is still a corner case of language spec, but I think it is an expected > behavior. > Because, the operator overloading mechanism just conside

[Issue 6036] Constructor, static opCall and object opCall

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

[Issue 6036] Constructor, static opCall and object opCall

2013-04-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6036 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com --- Comm