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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Mar 14 12:00:38 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=1623


bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc


--- Comment #3 from bearophile_hugs at eml.cc 2010-03-14 12:00:37 PDT ---
Is this useful?

struct Matrix {
    Matrix opOpAssign(string op, T:real)(T a);
    Matrix opOpAssign(string op, T:Matrix)(T m);
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list