[roll] Roll third_party/pigweed pw_containers: ConstexprSort in FlatMap takes an iterator

We need to use begin() rather than data() since ConstexprSort takes
an iterator and there's no guarantee that data() returns an iterator.

Original-Bug: 330072104
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/197217
Original-Revision: afbcd94d50e0f72c82b928445a0b0fac41cdbba8
GitOrigin-RevId: fec775418f80309b03b6e8ac527aae57f02e0419
Change-Id: I2f191d0d3075ff380ee14d56e31dd15c05168268
1 file changed
tree: 6f104a0abf076a141034848c7f06b112bde6882e
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.