Skip to content

Replace std:: with math:: when invoking math functions. (6/4) - optional, remove even more using std::min, std::max.

You have inspired me to remove even more using from the code :)

These using std::min; and using std::max; are now in

  1. .cpp files
  2. if it's a header .hpp then they are inside a function

Merge request reports

Loading