[Issue 5094] No implicit conversion with "alias property this"

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Oct 21 10:08:09 PDT 2010


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



--- Comment #1 from Shin Fujishiro <rsinfu at gmail.com> 2010-10-21 10:07:27 PDT ---
Created an attachment (id=789)
Patch against dmd r725, fixes implicitConvTo()

implicitConvTo() of TypeStruct and TypeClass don't deal with functions, and
just tests convertion from function type to value type (then fails).  The
attached patch fixes the problem by adding a special check for functions. 
Passed dmd/druntime/phobos tests.

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