Make scoped_array<T> more compatible with scoped_ptr<T[]>.
The eventual plan is to replace scoped_array<T> with scoped_ptr<T[]>. All existing issues with these new restrictions have been fixed, so I'd like to enforce them for scoped_array while the transition is still in progress. BUG=171118 Review URL: https://codereview.chromium.org/13673002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192528 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment