riptide_cpp icon indicating copy to clipboard operation
riptide_cpp copied to clipboard

Use std::min / std::max rather than subtly broken #defines

Open staffantj opened this issue 4 years ago • 0 comments

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.

staffantj avatar Jun 24 '21 16:06 staffantj