swift
0f94164d - Replace Hand-Rolled MAX/MIN with std::max/std::min

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.
Author
Parents
Loading