[Issue 5719] [patch] std.conv.to should support structs with custom converters in addition to objects

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jul 1 13:17:48 PDT 2011


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


Jonathan M Davis <jmdavisProg at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg at gmx.com
           Severity|normal                      |enhancement


--- Comment #2 from Jonathan M Davis <jmdavisProg at gmx.com> 2011-07-01 13:12:48 PDT ---
There are several pull requests affect std.conv.to at the moment which will
change the situation and which will likely be merged in soon. Among other
things, they get rid of the member function to conversion and make std.conv.to
work with overloaded opCast.

https://github.com/D-Programming-Language/phobos/pull/118
https://github.com/D-Programming-Language/phobos/pull/119
https://github.com/D-Programming-Language/phobos/pull/122

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