math_util: Remove the Clamp() function
C++17 adds clamp() to the standard library, so we can remove ours in favor of it.
Loading
Please register or sign in to comment
C++17 adds clamp() to the standard library, so we can remove ours in favor of it.