Skip to content

Commit

Permalink
Minor improve
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol committed Feb 12, 2025
1 parent 6a3201b commit 251ed87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ void State::popScope()
its->second = tmp;
if (ov.size()==1)
{
ov.clear();
d_overloads.erase(d_decls[i]);
}
continue;
}
Expand Down

0 comments on commit 251ed87

Please sign in to comment.