commit | cb58fb9ec5ba2f8ba167a6046a93fcf0d047b7a6 | [log] [tgz] |
---|---|---|
author | Leonard Chan <leonardchan@google.com> | Thu Mar 13 16:23:31 2025 -0700 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 13 16:23:31 2025 -0700 |
tree | b8eff9e5f34b74eceb0e3088e2375c52a7e67afa | |
parent | 0f75da1039fe7cc312e31fc5221e4f4a01d5bf5e [diff] |
[kernel][iommu] Replace is_pod With is_standard_layout and is_trivially_constructible. is_pod is deprecated in C++20 so we should change uses of it with appropriate checks. This also adds is_trivially_constructible to the ktl. Bug: 402877140 Change-Id: Ida62b798ef96abd6133158f9dd6ee6d0e9a42e0a Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1228108 Reviewed-by: Roland McGrath <mcgrathr@google.com> Commit-Queue: Leonard Chan <leonardchan@google.com>
Fuchsia is an open source, general purpose operating system supporting modern 64-bit Intel and ARM processors.
We expect everyone interacting with our project to respect our code of conduct.
Read more about Fuchsia's principles.
See Getting Started.
See fuchsia.dev.