mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
std::clamp and alg:clamp had different argument orders. Since std::clamp is constexpr, we might as well just use that now we have it.
std::clamp and alg:clamp had different argument orders. Since std::clamp is constexpr, we might as well just use that now we have it.