[Issue 1623] Overloading on different parameters numbers gratuitously restrictive.

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1623 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.007 |D2 --

[Issue 1623] Overloading on different parameters numbers gratuitously restrictive.

2012-02-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1623 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1623] Overloading on different parameters numbers gratuitously restrictive.

2010-03-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1623 Tomasz Sowiński tomeks...@gmail.com changed: What|Removed |Added CC|

[Issue 1623] Overloading on different parameters numbers gratuitously restrictive.

2010-03-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1623 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 1623] Overloading on different parameters numbers gratuitously restrictive.

2010-03-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1623 --- Comment #4 from Tomasz Sowiński tomeks...@gmail.com 2010-03-14 13:58:37 PDT --- (In reply to comment #3) Is this useful? struct Matrix { Matrix opOpAssign(string op, T:real)(T a); Matrix opOpAssign(string op, T:Matrix)(T m);