riptide_cpp
riptide_cpp copied to clipboard
Use std::min / std::max rather than subtly broken #defines
RipTide.cpp defines min/max macros using the naive implementation which is subtly wrong, depending on the arguments passed. We should be using the STL version instead.