[Issue 9421] (Compiler internals) Change OutBuffer's interface

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 12 20:39:58 PST 2013


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



--- Comment #9 from yebblies <yebblies at gmail.com> 2013-02-13 15:39:57 EST ---
(In reply to comment #6)
> (In reply to comment #5)
> > The idea being that getting a pointer to the internal string shouldn't change
> > the contents.
> 
> Ok, but then what do we need scopedData for? If we're returning a char* and
> it's not zero-terminated I don't see how it can be used.
> 

You would use it in the same places as scopedString, but when using OutBuffer
for binary instead of text.  i.e. when you know the data won't be escaped.

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