libstdc++: do not use vector of const types
GNU libstdc++ std::vector explicitely forbids creating an std::vector of const types. Remove const from type and return const_iterator instead. Bug: 957519 Change-Id: I6a56df65e8a864fa9f473884e2125db8f0469bce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2601487Reviewed-by:Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#841645}
Showing
Please register or sign in to comment