[Issue 7348] to!string(null) matches more than one template declaration

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jan 22 16:48:30 PST 2012


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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg at gmx.com


--- Comment #1 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-01-22 16:48:29 PST ---
While I can see wanting this to work, I'm not sure how it could. What type is
null? Is it string? A wstring? An int[]? An Object? If so, is it an Object or a
class derived from Object? Etc.

And if what you want is a null string, then just assign null to the string.

What are you trying to do here?

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