pitrou opened a new issue, #47926: URL: https://github.com/apache/arrow/issues/47926
### Describe the enhancement requested Our safe math routines currently use the [portable-snippets library](https://github.com/nemequ/portable-snippets/blob/master/safe-math/safe-math.h). Besides being unmaintained, this library includes Windows headers, which has unfortunate effects such as defining multiple unwanted macros (`GetObject`, etc.). We should try to find another approach that's hopefully performant but doesn't include Windows headers. ### Component(s) C++ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
