[roll] Roll fuchsia [sdk][async_patterns] Add a deduction guide to PendingCall

Add a deduction guide to PendingCall to prevent a compiler error when
building the SDK. This error shows up in http://fxrev.dev/1219464/1
when async_patterns::Callback starts getting compiled as part of the SDK
build, and not just included as a header.

Original-Bug: 400710881
Test: CQ
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1219527
Original-Revision: 38762160586a684999fc135c0bd67ada68df21f1
GitOrigin-RevId: 0d5942331bdc8a7f145a4a4cd9386ff479c7ff69
Change-Id: I92092d9db3776aba4150f12370561a3de2874c9d
1 file changed
tree: cb976104f27210c41312602e7af4a9e5c7eec254
  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.