Kazu Hirata 86bc4587e1 Use std::clamp (NFC)
This patch replaces clamp idioms with std::clamp where the range is
obviously valid from the source code (that is, low <= high) to avoid
introducing undefined behavior.
2022-08-27 09:53:13 -07:00
..
2022-02-10 21:13:44 +01:00
2022-08-27 09:53:13 -07:00
2022-08-27 09:53:13 -07:00
2022-07-24 14:48:11 -07:00