[Issue 8616] Make pointers dereference with UFCS like they do with member functions

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Sep 3 20:34:30 PDT 2012


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



--- Comment #2 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-09-03 20:35:09 PDT ---
> The problem is that with this approach pointers are implicitly dereference

Which is what happens when calling member functions on pointers to structs
(unless no member variables are ever used within the function, so no
dereferencing is necessary), so I don't see that as a problem.

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