On 2013/10/28 21:36:17, thestig wrote:
> Is the change to configure necessary?
No. We will probably want to get these updates from the automated generation of
the configure file at some point. Definitely not required for this change
though.
On 2013/10/28 21:59:54, Ivan Penkov wrote:
> Jess, please change to scoped_ptr<uint16_t[]> source_buffer.
>
> scoped_array<> is being deprecated in google3.
Does "scoped_ptr<uint16_t[]>" work for Breakpad built outside of google3?
On 2013/10/28 22:16:06, thestig wrote:
> On 2013/10/28 21:59:54, Ivan Penkov wrote:
> > Jess, please change to scoped_ptr<uint16_t[]> source_buffer.
> >
> > scoped_array<> is being deprecated in google3.
>
> Does "scoped_ptr<uint16_t[]>" work for Breakpad built outside of google3?
No, I just tried it. It doesn't work. I'm guessing we are stuck with
scoped_array then.
LGTM
Issue 674002: Use scoped_array instead of inappropriate scoped_ptr
(Closed)
Created 12 years ago by Jess
Modified 12 years ago
Reviewers: Ivan Penkov, ivanpe.google, Lei Zhang (chromium)
Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Comments: 0