[Issue 5893] Allow simple aliases for operator overloading

2013-02-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5893 --- Comment #8 from Steven Schveighoffer 2013-02-06 08:55:06 PST --- (In reply to comment #6) > (In reply to comment #5) > > The OP sample still fails. > > The OP sample cannot compile, because ConcatAssignExp will try to instantiate > opOpAs

[Issue 5893] Allow simple aliases for operator overloading

2013-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5893 --- Comment #7 from Andrej Mitrovic 2013-02-05 17:33:07 PST --- (In reply to comment #6) >template opOpAssign(string s) if (s == "~") // FIXED This is actually worthy of an enhancement. If "~=" is found in opOpAssign the compiler should

[Issue 5893] Allow simple aliases for operator overloading

2013-02-05 Thread d-bugmail
g-Language/dmd/commit/8bc59cfe8e6896435f20ce1e9bdcc226942f59a8 > > fix Issue 5893 - Allow simple aliases for operator overloading > > > > https://github.com/D-Programming-Language/dmd/commit/2888ec45218e2e49048e9f96be2fa0481dc00e31 > > Merge pull request #989 from 9rnsr/fix5893 > >

[Issue 5893] Allow simple aliases for operator overloading

2013-02-05 Thread d-bugmail
md/commit/8bc59cfe8e6896435f20ce1e9bdcc226942f59a8 > fix Issue 5893 - Allow simple aliases for operator overloading > > https://github.com/D-Programming-Language/dmd/commit/2888ec45218e2e49048e9f96be2fa0481dc00e31 > Merge pull request #989 from 9rnsr/fix5893 > > Issue 5893 - Allow simple aliases fo

[Issue 5893] Allow simple aliases for operator overloading

2012-11-22 Thread d-bugmail
/8bc59cfe8e6896435f20ce1e9bdcc226942f59a8 fix Issue 5893 - Allow simple aliases for operator overloading https://github.com/D-Programming-Language/dmd/commit/2888ec45218e2e49048e9f96be2fa0481dc00e31 Merge pull request #989 from 9rnsr/fix5893 Issue 5893 - Allow simple aliases for operator overloading -- Configure issuemail: http

[Issue 5893] Allow simple aliases for operator overloading

2012-06-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5893 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #3 from Kenji Hara 2012

[Issue 5893] Allow simple aliases for operator overloading

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5893 timon.g...@gmx.ch changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #2 fr

[Issue 5893] Allow simple aliases for operator overloading

2012-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5893 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme