[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
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.