SIGN IN SIGN UP

common: Add more functionality to bitset set

Previously bitset set did not exploit its bit-set nature by providing
bitshift and other logical operators.

Here we add <<, >>, <<=, >>=, &, |, &=

Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
A
Alex Ainscow committed
921e51e545bd69bd7bb3e43d68e922c99b7afb85
Parent: e12106a