http://d.puremagic.com/issues/show_bug.cgi?id=9421
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andrej Mitrovic <[email protected]> 2013-02-06 18:22:42 PST --- (In reply to comment #0) > Using OutBuffer makes it easy to forget to zero-terminate strings and create > dangling pointers. I'm think we should make OutBuffer a little less error > prone. > > Changes: > - Get rid of toChars There's also toString, which seems to be almost the same as toChars. And the OutBuffer implementation is split across src/root/root.c and src/backend/outbuf.c -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
