We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c08fb commit 6729f2fCopy full SHA for 6729f2f
include/swift/Basic/FlagSet.h
@@ -60,7 +60,7 @@ class FlagSet {
60
if (value) {
61
Bits |= maskFor<Bit>();
62
} else {
63
- Bits |= ~maskFor<Bit>();
+ Bits &= ~maskFor<Bit>();
64
}
65
66
0 commit comments