[Issue 15136] If we want toStringz to be fully correct, it needs to stop checking for '\0'

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Oct 2 07:11:31 PDT 2015


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

Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich at gmail.com

--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> ---
+1. If we really need to avoid memory allocations let's just add an overload or
something like assumeZeroTerminated or something..

--


More information about the Digitalmars-d-bugs mailing list