commit | 0e80f9832ba096b84743c82bf8374bb5a610bd05 | [log] [tgz] |
---|---|---|
author | Alex Brachet <abrachet@fuchsia.infra.roller.google.com> | Fri Jul 22 01:57:29 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jul 21 18:59:51 2022 -0700 |
tree | 3f33ed2713450cb235d27b0498cb652b1180b384 | |
parent | a5d735dc17ad350755dfa7fc5ea7c5168d2f271e [diff] |
[roll] Roll fuchsia [aml-rawnand] Fix missing copy ctor warning std::vector is now using the copy constructor and the existence of a user defined copy assignment constructor was triggering a warning in clang. The comment is incorrect, the constructor need not be written by hand, this also avoids likely ub in the assignment to `raw_value` Original-Bug: 104949 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/703166 Original-Revision: 6a9176169264a7d6848a64a1bd434c4c0fd86b60 GitOrigin-RevId: e0de6e50a494f24d1e3662e81825f1e79ce20a29 Change-Id: Idbf6c4bc3f44297b384f389d1feef33c19836099
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
.