[roll] Roll third_party/pigweed pw_protobuf: Avoid CTAD on const container with non-const elements Specify the span template argument instead of relying on class template argument deduction (CTAD) for a temporary array with non-const elements. std::span CTAD does not work in this scenario, though there is a deduction guide for const std::array<T, N>&. Having GetDoubleArray() return const std::array also would fix this. Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/128312 Original-Revision: 9db19499252beb8fc865343e65e57c7117ef0b2f GitOrigin-RevId: db5e7df1c1a6aef3611f00a7d72d6c116ff153d2 Change-Id: I4f8b380b52326015733d7cd474e27c27f413b066
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.