Use the (1 << N) form for defining the flags, in order to avoid errors like the one fixed in the previous commit. Also convert the definitions to an enum, as done in some of our recent refactoring work.
Use the (1 << N) form for defining the flags, in order to avoid errors like the one fixed in the previous commit. Also convert the definitions to an enum, as done in some of our recent refactoring work.