Skip to content

[C++] Adopt alternative safe math approach #47926

@pitrou

Description

@pitrou

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++

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions