Skip to content

9757: skip template parameters when computing scope#2670

Merged
danmar merged 1 commit into
cppcheck-opensource:masterfrom
Ken-Patrick:9757
Jun 6, 2020
Merged

9757: skip template parameters when computing scope#2670
danmar merged 1 commit into
cppcheck-opensource:masterfrom
Ken-Patrick:9757

Conversation

@Ken-Patrick
Copy link
Copy Markdown
Contributor

The template parameter is confusing simplifyUsing: it does not compute
properly the scope, and we end up replace "type" in "to_string" with
"void", then later "void" is removed and we have an internal error.

The template parameter is confusing simplifyUsing: it does not compute
properly the scope, and we end up replace "type" in "to_string" with
"void", then later "void" is removed and we have an internal error.
@danmar danmar merged commit 99ff04f into cppcheck-opensource:master Jun 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants