Browse Source
Bitwise logic combined with `<` with undefined signedness will potentially results in undefined behavior. Fix this by defining the type as a c++11 typed enum. Fixes #6017.0.13
Wladimir J. van der Laan
9 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue