[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
1 file changed
tree: 2431c8014d90b7fad0e143fb73443022de4c2916
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.