Describe the enhancement requested
Our safe math routines currently use the portable-snippets library. 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++