We can safely use std::clamp here because the call to report_size_overflow a few lines above guarantees MinSize <= MaxSize.
6.1 KiB
6.1 KiB
We can safely use std::clamp here because the call to report_size_overflow a few lines above guarantees MinSize <= MaxSize.