RESOLVED FIXED248188
[ANGLE] Constants.h uses size_t without declaring it
https://bugs.webkit.org/show_bug.cgi?id=248188
Summary [ANGLE] Constants.h uses size_t without declaring it
Michael Catanzaro
Reported 2022-11-21 12:43:52 PST
I hit a build failure in Source/ThirdParty/ANGLE/src/libANGLE/Constants.h caused by missing declaration of size_t. According to https://en.cppreference.com/w/c/types/size_t, size_t is guaranteed to be declared in many headers, but stdint.h (already included in Constants.h) is confusingly not one of them. The nicest-looking options are stddef.h or stdlib.h. I've arbitrarily picked stddef.h.
Attachments
Michael Catanzaro
Comment 1 2022-11-21 12:44:34 PST
EWS
Comment 2 2022-11-22 18:17:41 PST
Committed 256962@main (43fa2c39050d): <https://commits.webkit.org/256962@main> Reviewed commits have been landed. Closing PR #6708 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-11-22 18:18:17 PST
Note You need to log in before you can comment on or make changes to this bug.