[Issue 8062] UFCS and operator overloading
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jun 13 12:19:55 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8062
--- Comment #3 from Dmitry Olshansky <dmitry.olsh at gmail.com> 2012-06-13 12:22:05 PDT ---
(In reply to comment #2)
> (In reply to comment #1)
> > As defined t shouldn't:
> > UFCS presently only does go from fn(a,b, ...) -> a.fn(b, ...); way.
> >
>
> Well, no. UFCS transforms a.fn(b, ...) to fn(a,b, ...).
My bad, I actually meant it a.fn ---> fn(a,...) way. Which brings us to the
point - request is Invalid then?
--
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