[roll] Roll fuchsia [kernel][ktl] Add ktl::default_delete

Add a ktl alias for std::default_delete so we can declare it to be our
friend when implementing patterns where constructor/destructor pairs
are private in their class, and object lifecycle is supposed to be
exclusively managed by `unique_ptr`.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1420216
Original-Revision: 7f21cd1442b4055fe5e5a70f83616c65eb5db087
GitOrigin-RevId: 2ae9d33d7b3500481e8d7310d7c3b99076821087
Change-Id: I1d0de51cd038cd8455d26621cf4f74554f56721e
1 file changed
tree: ae05bbea08edfef136a74b2e20568b96dabcd43c
  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.