[roll] 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: 36ea6bf08357c76fd2b9f517ad84a2468258232a
Change-Id: I7f52adc45fc1ac649ba5bb42ca0566e386ac422a
1 file changed
tree: 100c5dc26ef69d5b2fbb22bb343a72391edbf6d2
  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.