| commit | a3083b77cc28e4f95ab8a4985af1f94746450ea7 | [log] [tgz] |
|---|---|---|
| author | Roland McGrath <mcgrathr@fuchsia.infra.roller.google.com> | Sun Nov 23 14:22:41 2025 -0800 |
| committer | Copybara-Service <copybara-worker@google.com> | Sun Nov 23 14:24:21 2025 -0800 |
| tree | c7b5fca670812214247a9f8f36dc08c4ea99bc58 | |
| parent | ad45efdeadb57db81f5525ba1e018c1753897f07 [diff] |
[roll] Roll fuchsia [kernel][armv7_mmio_timer] Make static member C++23-compatible New C++23 rules (as presently enforced by Clang/libc++ anyway) preclude using unique_ptr<IncompleteType> in more places that it worked before. A class type is still incomplete while its own static member variables are being declared. They can be declared without instantiating their type, but they cannot be _defined_ and a `static inline` data member declaration is a definition. So the definition (still `inline`) moves outside the class, to where that class has become a complete type. Original-Bug: 459923005 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1430256 Original-Revision: e59457c507de76d7e26a47ae306773fb62af7aee GitOrigin-RevId: c2f7fbfa3fd48800c92c851ffa3b0e2618b7a17b Change-Id: I97db43b2eb5072790443d06fdc9a9bd7f603a9fa
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.