pressio
pressio copied to clipboard
utils: revise static constants to check types
for example, we need to guard against things like:
static_cast<T>(-1)
when T == unsigned int