| commit | a1f184c405c99b75b73b57873558b0d9eb48a17c | [log] [tgz] |
|---|---|---|
| author | Alex Konradi <akonradi@fuchsia.infra.roller.google.com> | Wed Jan 11 16:36:16 2023 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Wed Jan 11 08:37:14 2023 -0800 |
| tree | 4f3cba010a19a84bfa511c4a280afd2fba07a503 | |
| parent | a25fc95e0d43fcb7bd64d77bb151f3c17307a0a2 [diff] |
[roll] Roll fuchsia [fshost] 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/+/787922 Original-Revision: 04f8a3c9579d2ce431ea4f4c6960e84b571100db GitOrigin-RevId: f1d1b331893210f655bb86825c9e698154702432 Change-Id: I97eb28a7dfdae063c88d34d607195a87ee719605
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.