Skip to content
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

Replace Hand-Rolled MAX/MIN with std::max/std::min #78819

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

CodaFi
Copy link
Contributor

@CodaFi CodaFi commented Jan 22, 2025

We're using C++ 14+ at least now across the project so these should not be necessary. It's also kind of wild that the macro definitions we had across different subsystems were different.

We're using C++ 14+ at least now across the project so these should not be necessary. It's also kind of wild that the definitions we had across different subsystems had different definitions.
@CodaFi
Copy link
Contributor Author

CodaFi commented Jan 22, 2025

@swift-ci smoke test

@CodaFi CodaFi merged commit e689ad3 into swiftlang:main Jan 22, 2025
3 checks passed
@CodaFi CodaFi deleted the max-power branch January 22, 2025 23:27
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.

2 participants