[roll] Roll fuchsia [trivial-allocator] More C++20 cleanup

Modernize more of the code, removing stdcompat references
entirely and replacing some <type_traits> use with <concepts>.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1489516
Original-Revision: 25931f2437bd8a226b802d4e1ca8ad048038a81e
GitOrigin-RevId: c9f7b65c4f4c0cef4bdad7458776181a591261a6
Change-Id: Ic7b423e2a75ef3e03fdb4be302737eeaa67a31c0
1 file changed
tree: 4927b88c6842cd5c4c75d5cf3c7963f618caca65
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.