commit | 482b44c924cbcfd510930b08c9e5cf7cac0e0627 | [log] [tgz] |
---|---|---|
author | Leonard Chan <leonardchan@google.com> | Thu Mar 13 15:16:01 2025 -0700 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 13 15:16:01 2025 -0700 |
tree | 3c98f1614b95d3752855697582d91b8eb1ec2122 | |
parent | 7de1ba83fcd432be4013d79da1c88d76a9082e63 [diff] |
[sdtcompat] Wrap is_pod check with C++20 macro check std::is_pod is deprecated in C++20 so using it here results in a warning, but rather than removing it altogether since this is explicitly checking C++17 features, let's gate this on being C++17 or earlier. Bug: 402877140 Change-Id: I50e6a6c54a3b6236d97e634b751112d49d195a54 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1228105 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.