[roll] Roll fuchsia [superproject] Roll third_party/pigweed pw_containers: Fix flat_map_test C++ support

The flat_map_tests failed with C++ versions < 20 since the designated
array initializer was introduced in C++20. To fix it, only initialize
the FlatMap objects as constexpr in C++20 or above.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/141690
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 9a0e5d011bc1d3c1afa52d06e2eeec83da594015
GitOrigin-RevId: 3925b63d339020b89560f6a517a1eb31d151a18a
Roller-URL: https://ci.chromium.org/b/8782727923617521745
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/846856
Original-Revision: af35f8e4d6cc517dfa3df983934152e36c2bb60d
Change-Id: Icfaf514ed6f3737906b4468e5b4f3f6738332acb
1 file changed
tree: e8f5d172a9c896265977706478d72e99528478bd
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.