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 5746c11 commit 3339edbCopy full SHA for 3339edb
include/swift/ABI/SuppressibleProtocols.h
@@ -73,7 +73,7 @@ class SuppressibleProtocolSet {
73
void clear() { bits = 0; }
74
75
#define SUPPRESSIBLE_PROTOCOL(Name, Bit, MangleChar) \
76
- constexpr bool contains##Name() const { \
+ bool contains##Name() const { \
77
return contains(SuppressibleProtocolKind::Name); \
78
}
79
#include "swift/ABI/SuppressibleProtocols.def"
0 commit comments