[roll] Roll fuchsia [libc][dl] Clean up ConcatView iterator with concepts

Fix some bugs in the iterator implementation and use C++20
concepts and constraints to ensure it meets the intended
iterator and ranges concepts.

Also fix the LinkingSession::Relocate (implied) template type
signature so it doesn't over-constrain the range argument.  Some
standard range adaptors can't be used as const.

Original-Bug: 397762186
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1473820
Original-Revision: 8e32cbd646a4efe961b449ec7e4fc2e7107e29b7
GitOrigin-RevId: 2f73d7c25e18c2b8e7542c4a7d3d4daae3f3cc8a
Change-Id: I29ff806e5bc3a9add47c39ee581f1b07a006c7c3
1 file changed
tree: 9134a816b2ea5be8150420ff13fb88b404e460ba
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.