1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-30 22:17:13 +02:00

Implement a helper function to clamp a value between the ranges of another type.

This commit is contained in:
Sandu Liviu Catalin
2016-03-26 18:14:47 +02:00
parent b486ecc2fb
commit 886e525119
2 changed files with 20 additions and 1 deletions

View File

@ -19,7 +19,6 @@
// ------------------------------------------------------------------------------------------------
#include <ctime>
#include <cfloat>
#include <limits>
#include <cstdarg>
#include <cstring>
#include <algorithm>