ferros icon indicating copy to clipboard operation
ferros copied to clipboard

Fix Badge bit masking

Open jonlamb-gh opened this issue 5 years ago • 1 comments

The implementation of Badge::are_all_overlapping_bits_set() should be updated to reflect the masking behavior it's used for, instead of returning true if any bits overlap.

jonlamb-gh avatar Sep 26 '19 19:09 jonlamb-gh

Seems like a good all vs any sort of distinction to make

ZackPierce avatar Sep 26 '19 19:09 ZackPierce