[Issue 2193] Allow implicit conversions: char -> ubyte, wchar -> ushort, dchar -> uint

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 22 09:37:20 PST 2013


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


bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc


--- Comment #1 from bearophile_hugs at eml.cc 2013-02-22 09:37:18 PST ---
Now the signatures of std.string.toStringz are:

pure nothrow immutable(char)* toStringz(const(char)[] s);
pure nothrow immutable(char)* toStringz(string s);

Consider is it's worth keeping this issue open.

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