Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit eee2f02e4e28e54e5a38a1dbbd62ea6780909e16 Author: Louis Dionne <ldionne.2@gmail.com> Date: Thu Sep 5 12:42:55 2024 -0400 [libc++][modules] Get rid of <cstddef> dependency in __datasizeof (#107394) All the compilers we support also provide __builtin_offsetof, so avoid using this macro and use the builtin directly instead. This allows removing a dependency on `<cstddef>`, which is heavier than we need. |