swift
0f94164d
- Replace Hand-Rolled MAX/MIN with std::max/std::min
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
254 days ago
Replace Hand-Rolled MAX/MIN with std::max/std::min 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.
References
#78819 - Replace Hand-Rolled MAX/MIN with std::max/std::min
Author
CodaFi
Parents
5d0fe0a1
Loading