| commit | 17a9a644f9707971b8c7a64a81bc9ffb200cb16d | [log] [tgz] |
|---|---|---|
| author | Wyatt Hepler <hepler@fuchsia.infra.roller.google.com> | Tue Aug 16 22:43:15 2022 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Tue Aug 16 15:44:53 2022 -0700 |
| tree | 1e9ab2b1f2967d16eb75ebd4b436b703d9ed6c3b | |
| parent | c2670594abce427b5cf15d0c97f780abae0af54e [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.