[NFC] Replace std::clamp with inline implementation.
std::clamp is not in C++14, thus replace it with std::min and std::max. PiperOrigin-RevId: 270604708
Loading
Please sign in to comment
std::clamp is not in C++14, thus replace it with std::min and std::max. PiperOrigin-RevId: 270604708