[roll] Roll third_party/pigweed pw_container: Backport constexpr functions to <algorithm>

std::find_if, std::any_of, and std::all_of each have had a constexpr
added in C++20. Add an equivalent pw::find_if, pw::any_of, and
pw::all_of such that they're available prior to C++20.

Original-Bug: b/398904327

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/274272
Original-Revision: 54b9b023a143f6bc5f50688a177939cc70a26f02
GitOrigin-RevId: da617a9e51e4c1892067d08752a71dc0e58244de
Change-Id: I8ee445b37ccf37d92ed64aad722c64051a5870ae
1 file changed
tree: 81d9841976e5115fd4a763af48cd21006c1239cb
  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 in one of the communication channels documented at get involved.

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.