http://d.puremagic.com/issues/show_bug.cgi?id=8616
--- Comment #2 from Jonathan M Davis <[email protected]> 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: -------
