On msvc14, the compiler error C4146 (unary minus operator applied to unsigned type, result still unsigned) had been occured. Use '0 - x' styled formula instead of '-x' so as to fix the error.pull/365/head
parent
d978c41e1e
commit
292112f87e
Loading…
Reference in new issue