Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libc++][modularization] Get rid of <cstddef> dependency in __datasizeof
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.
- Loading branch information