[roll] Roll fuchsia [fit] Fix internal class template parameters

The function_impl, callable_impl, and function_base classes were
declared as if they had Result and Args... as template parameters, but
this was not the case. These classes are actually templated on the
callable type, and the result and argument types are extracted in the
partial specialization for function types. The Result parameter was
used for the callable type and the Args... parameter pack was always
empty.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/710573
Original-Revision: fa85e608bba04b8e7e316f8159b29fa0b735f6ff
GitOrigin-RevId: c4dc12ed2ca685b61839c38b386b7dfd91181a77
Change-Id: I470e7a11d37ab676f7c9f2f050026f66aae3f86f
1 file changed
tree: 1e9ab2b1f2967d16eb75ebd4b436b703d9ed6c3b
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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 via the IRC channel #fuchsia on Freenode.

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.