[roll] Roll fuchsia [vmo_store] Fix incorrect const specifiers in GrowableSlab iterators. For Iterators, operator* and operator-> in a non-const Iterator should return non-const value / pointer types and should not have const-specifiers. For containers (GrowableSlab), methods begin() and end() should return non-const iterators on non-const versions and return const iterators on const versions. This change unifies all the non-const iterator definition and usages to avoid const-safety issues. A future change may be needed to implement ConstIterator and const begin() / end() for the container. Test: no behavior change. growable_slab_test passed. Original-Bug: 128530 Original-Bug: 128552 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/866534 Original-Revision: 1d29e90e1c616b38e52d598e1daf89760ee2f2cc GitOrigin-RevId: 37247e05609190a829c1107c567502eab746af78 Change-Id: I877dffb6175ec109789a3fef9de21f02b31dc2ec
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.