mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 06:31:50 +08:00
3b0a429371
- Where std::nullptr_t is used (in namespace std), #include <cstddef>, even if it appears alongside <stddef.h> because types like intptr_t are used (in the root namespace). - Where math library functions are used, #include <cmath> to get and use the versions of functions in namespace std which are overloaded by argument type, such as std::isinf and std::isnan. third_party is excluded. Change-Id: Ic9c143f407e5a9c5cff4098cf566ba5caf4bf6d8 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/6021439 Commit-Queue: Mark Mentovai <mark@chromium.org> Reviewed-by: Joshua Peraza <jperaza@chromium.org>