Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Added information about maximum number of enum flags
A 32-bit signed integer is used to store the flags, which has maximum value 2147483647. Hence, the 31st flag, which would have the value 2147483648, can not be represented.
- Loading branch information