Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(918)

Issue 674002: Use scoped_array instead of inappropriate scoped_ptr (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by Jess
Modified:
12 years ago
CC:
google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Use scoped_array instead of inappropriate scoped_ptr

Patch Set 1 #

Patch Set 2 : remove automatically generated configure file changes #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/common/string_conversion.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7
Jess
Based on internal clean up request.
12 years ago #1
Lei Zhang (chromium)
Is the change to configure necessary?
12 years ago #2
Jess
On 2013/10/28 21:36:17, thestig wrote: > Is the change to configure necessary? No. We will ...
12 years ago #3
Lei Zhang (chromium)
lgtm FWIW, scoped_array no longer exists in Chromium's scoped_ptr.h. Maybe we should update our base/ ...
12 years ago #4
Ivan Penkov
Jess, please change to scoped_ptr<uint16_t[]> source_buffer. scoped_array<> is being deprecated in google3.
12 years ago #5
Lei Zhang (chromium)
On 2013/10/28 21:59:54, Ivan Penkov wrote: > Jess, please change to scoped_ptr<uint16_t[]> source_buffer. > > ...
12 years ago #6
Ivan Penkov
12 years ago #7
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
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted