Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rule 7.0.4 - exception for binary bitwise operators and constant operands?
#3
Sorry, I should have been more explicit. FLAG_A, etc are C-style positive signed integer #defines, like:

#define FLAG_A 0x0001
#define FLAG_B 0x0002
#define FLAG_C 0x0004

Thus we cannot unfortunately define a bitwise operator for them.
Reply


Messages In This Thread
RE: Rule 7.0.4 - exception for binary bitwise operators and constant operands? - by cgpzs - 20-12-2024, 02:36 PM

Forum Jump:


Users browsing this thread: 4 Guest(s)