Skip to content

Fix #2157 #2158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 23, 2025
Merged

Fix #2157 #2158

merged 2 commits into from
Jun 23, 2025

Conversation

yhirose
Copy link
Owner

@yhirose yhirose commented Jun 23, 2025

No description provided.

…conflict

- On Windows, max/min are often defined as macros by windows.h
- This causes compilation errors with std::max/std::min
- Solution: use (std::max) to prevent macro expansion
- Fixes CI build error: error C2589: '(': illegal token on right side of '::'

Fixes: error in coalesce_ranges function on line 5376
@yhirose yhirose merged commit 27879c4 into master Jun 23, 2025
13 of 14 checks passed
@yhirose yhirose deleted the fix-2157 branch June 25, 2025 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant