Skip to content

Remove the MIN and MAX macros

Oliver Sander requested to merge remove-min-max-macros into master

Replace them with std::min, std::max, std::clamp.

Merge request reports