[roll] Roll fuchsia [kernel][lib] Use anonymous constraints for object cache API Switch from SFINAE to C++20 anonymous requirements for the object cache allocator API. The advantage of this change is that requirements can detect if an ObjectCache instance can access a private ctor, due to friendship with the allocated type, whereas SFINAE-based checks using std::is_constructible cannot. Aside from the improvement that simple friendship with ObjectCache enables allocation using private ctors, there is no other runtime behavior change. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1349479 Original-Revision: 96535f8e8d32b56580fb94feff455214def3aa7e GitOrigin-RevId: 61abd69f4aee819c3b2c67ddc28b53ad59aa2b5b Change-Id: Ieebe282fc9b1040ca2e59eb6a8bae84ccffefadf
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 in one of the communication channels documented at get involved.
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.