[roll] Roll fuchsia [magma] Make Context class declaration compatible with C++23

std::unique_ptr uses with incomplete types must separate
declarations from definitions.  The pointed-to type must be a
complete type in the context of any function / method definition.

Original-Bug: 459923005
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1469900
Original-Revision: cf457bbcbbb907a7a5411ad78438bb8d8ae29bed
GitOrigin-RevId: da75bd50281807429c9e1c5e5f165edc50c1fb0f
Change-Id: I5a29bde7340cf36e8ab6f6736629070158f933f1
1 file changed
tree: ee4aa0ea9fc87e16c0710d6e9afb3694311f3daf
  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.