pressio icon indicating copy to clipboard operation
pressio copied to clipboard

utils: revise static constants to check types

Open fnrizzi opened this issue 6 years ago • 0 comments

for example, we need to guard against things like:

static_cast<T>(-1)

when T == unsigned int

fnrizzi avatar Jan 24 '20 08:01 fnrizzi