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 7dc4062 commit e6f2990Copy full SHA for e6f2990
lib/Sema/LookupVisibleDecls.cpp
@@ -70,8 +70,6 @@ struct LookupState {
70
IncludeDerivedRequirements(0), IncludeProtocolExtensionMembers(0) {}
71
72
public:
73
- LookupState(const LookupState &) = default;
74
-
75
static LookupState makeQualified() {
76
LookupState Result;
77
Result.IsQualified = 1;
0 commit comments