Getting this warning with compiling with clang++ 6.0
/home/mgerhardy/dev/engine/src/modules/core/json.hpp:6323:20: warning: result of comparison of 0 <= unsigned expression is always true [-Wtautological-unsigned-zero-compare]
return ((0 <= u and u <= 127) ? 0
~ ^ ~