[roll] Roll fuchsia [forensics] Fix implicit this capture

Implicit lambda capture of `this` is deprecated in C++20.
Make `this` captures explicit.

Original-Bug: 42073532
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1272530
Original-Revision: e5924ff634805d8aa0ec4ee74bc46e3624617dff
GitOrigin-RevId: bc56da879649db1750f4e464bf3d389a8746a687
Change-Id: I48d560cdcf841404ae2c796a9c9ffda274643de4
1 file changed
tree: 25d5b02b65cdc200be1c8f70cef9b4ab9920c65e
  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.