http://d.puremagic.com/issues/show_bug.cgi?id=9421
--- Comment #7 from Andrej Mitrovic <[email protected]> 2013-02-12 20:31:04 PST --- (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. > > So far I've got this: Those casts should have been (const char*). -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
