[roll] Roll fuchsia [zircon] Use correct span methods to access data Use span::data() instead of span::begin() and span::end() to get pointers to the underlying data. While the polyfill cpp20::span implementation returns raw pointers, that's not guaranteed by the C++20 specification. Migrating to use span::data() ensures this code won't be broken by enabling C++20 in tree. Original-Bug: 119175 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/788106 Original-Revision: 021de8383ceeebf75ef1a213936cb43212762da2 GitOrigin-RevId: 10cdeec45e746c8f425a7c03dae15385c5a174b6 Change-Id: I19d0cf025d402eccb822cc7ce4cf81a46b2655d7
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.