[roll] Roll fuchsia [sysmem] Follow C++20 aggregate initialization rules

Aggregate types (which are used for designated initializers) in C++20
cannot have even defaulted or deleted constructors.

Test: fx build with --experimental_cxx_mode=20
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/630906
Original-Revision: d7899c032d03a7061c2717a1c8f0959bba5aebc6
GitOrigin-RevId: cb095a0eaa5b1340ed4db34232dde65da585fa55
Change-Id: I93074f8aeaf20da0c6ccc72b2f6d8f0044d7f3c7
1 file changed
tree: e2ffcad2b83d992614ea188e96beeeb09123f838
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.