Skip to content

Commit 6478975

Browse files
committed
Remote more constexpr's that Visual C++ doesn't like
(cherry picked from commit 3339edb)
1 parent 711eb0d commit 6478975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/ABI/SuppressibleProtocols.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class SuppressibleProtocolSet {
7373
void clear() { bits = 0; }
7474

7575
#define SUPPRESSIBLE_PROTOCOL(Name, Bit, MangleChar) \
76-
constexpr bool contains##Name() const { \
76+
bool contains##Name() const { \
7777
return contains(SuppressibleProtocolKind::Name); \
7878
}
7979
#include "swift/ABI/SuppressibleProtocols.def"

0 commit comments

Comments
 (0)