| commit | c9746b7b17c10d4f3e3852d3ab74d38de652c4a4 | [log] [tgz] |
|---|---|---|
| author | Leonard Chan <leonardchan@fuchsia.infra.roller.google.com> | Thu Apr 11 01:00:21 2024 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Wed Apr 10 18:01:44 2024 -0700 |
| tree | 93bf96ba8c178ddc725aab8d41f8b63e98390455 | |
| parent | 9a1456fd81db2c1342c1d528f50e97abe691aefe [diff] |
[roll] Roll fuchsia [fidlcat] Pass string_view.data() to ifstream ctor The ifstream ctor does not explicitly take a string_view as an argument for its ctor. Prior to https://github.com/llvm/llvm-project/pull/85079, the argument for ifstream was a `const std::filesystem::path &` so a path is implicitly constructed. After that change, the ctor that would've taken the string_view only participates in resolution if the type is explicitly a `path` object. This just instead passes the raw char ptr from the string_view which is a valid ctor argument. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1024987 Original-Revision: fc2ef428ec26b082ea18a4eda813ed5ba7dae74d GitOrigin-RevId: 7f39bf7ec51301f0a448a73fb37ed1c0b8f1c8f0 Change-Id: Iff1caea4c0a3b0504cc9980f56bd3f871b333086
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.