We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd20dba commit 5746c11Copy full SHA for 5746c11
include/swift/ABI/SuppressibleProtocols.h
@@ -54,7 +54,7 @@ class SuppressibleProtocolSet {
54
bool empty() const { return bits == 0; }
55
56
/// Check whether the set contains the specific suppressible protocol.
57
- constexpr bool contains(SuppressibleProtocolKind kind) const {
+ bool contains(SuppressibleProtocolKind kind) const {
58
return bits & getMask(kind);
59
}
60
0 commit comments