Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 2d26fc8c6c5015b77dc725695c1d957f412e4141 Author: Ryan Prichard <rprichard@google.com> Date: Thu Sep 19 06:43:54 2024 -0700 [libc++] Enable C++ stdatomic.h for all C++ versions (#95498) This extension is motivated by Android's use of libc++, where <stdatomic.h> has redirected to <atomic> for many years, long before it was standardized in C++23. When libc++'s stdatomic.h is included in C translation units, delegate to the next stdatomic.h, which could come from Clang or libc. |