[Issue 16408] Converting char* to string with std.conv.to!string is wrong in release mode

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Aug 21 04:48:48 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16408

--- Comment #2 from Matt Jones <matthew.brennan.jones at gmail.com> ---
Interesting. Changing from std.conv.to!string to std.string.fromStringz returns
"DDDD" for both debug and release mode.

--


More information about the Digitalmars-d-bugs mailing list