[roll] Roll fuchsia [devices][compat] Reorder classes to satisfy C++23

Clang eagerly evaluates constexpr definitions, which is allowed by the
standard, but this requires some work arounds for the new constexpr
std::unique_ptr<T> under C++23. A forward declaration does not suffice
to satisfy the compiler's constraints, but we can just reorder the
classes, so that the complete definition is available.

Original-Bug: 477956410
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1486857
Original-Revision: 02933c75ce4201d84a163f70a4ae05786b9bc844
GitOrigin-RevId: 808b39540df93cc9c8d8f7d08e826e37c6b5dfb7
Change-Id: I84fab9b7e17bee25dd056568c7eeb9ea1b433af0
1 file changed
tree: 9dbf8368ca5445cf89087296d0ea014d9b056069
  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.