[Issue 4953] opBinary, opBinaryRight don't do implicit conversion properly

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Sep 30 10:19:53 PDT 2010


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


bearophile_hugs at eml.cc changed:

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


--- Comment #4 from bearophile_hugs at eml.cc 2010-09-30 10:19:37 PDT ---
Another example:


void foo(T = void)(short x) {}
void main() {
  foo(5_000_000);
}

-- 
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