mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 20:54:46 +00:00
In an arithmetic expression, all the variables whose values can be represented with type 'int' will be promoted to this type. Therefore, the result of the '~mask' expression is a negative number. By the C++ standard, shifting a negative number to the left leads to an undefined behavior. |
||
|---|---|---|
| .. | ||
| findMatch.cpp | ||
| findMatch.h | ||
| stringFunctions.cpp | ||
| stringFunctions.h | ||
| stringUnit.cpp | ||
| stringUnit.h | ||
| unicode.cpp | ||
| unicode.h | ||