DescriptionScopedPtrVector change back const_iterator typedef
Calling begin() const and end() const function in ScopedPtrVector has
compiler error with const_iterator. Change back from const T* to T*.
Also since cpplint complains has to change a reference to pointer.
Committed: https://crrev.com/c1878c6c7218b3e76878cce50589f623802c7685
Cr-Commit-Position: refs/heads/master@{#293014}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|