commit | 262871557cc40da5f26c7f2b7f3fed32ecf8d331 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <pcc@google.com> | Fri Jan 10 16:01:19 2020 -0800 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Mon Jan 13 10:30:26 2020 +0000 |
tree | 3b65a6495b69f73293294152c820afad94a69190 | |
parent | a599252cf8290d6f02bb83dcee5b71dd7f00f6a7 [diff] |
Remove incorrect const qualification on ArrayIter::operator++. The object is modified by the line "idx_++;" which newer clangs complain about. Bug: 145916209 Change-Id: I7a2b1d614f0bd5a46c2ef1f221cb1cae80ab66a5