[roll] Roll fuchsia [power][drivers] Move PowerDomain ctor out of line for 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. This can be satisfied by
moving the function out of line, so the class will be fully defined
by the time it is needed for constexpr evaluation.

Original-Bug: 477956410
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1486863
Original-Revision: 726552bfdad47cf2cc13d68eb7312ded32da5176
GitOrigin-RevId: 8b3f703d5b553b3422b93086030d9ba4f6f672ea
Change-Id: Id4525c5c7071c068fd415d5aa3b4d9e9fdc4a9f1
1 file changed
tree: 033092ac192e14c9ef1b3ded7f7d9e53393830fb
  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.