Skip to content

Commit

Permalink
Update cxxheaderparser/parser.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Vo <[email protected]>
  • Loading branch information
virtuald and auscompgeek authored Oct 13, 2023
1 parent 06988ff commit c8dbe5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cxxheaderparser/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ def _parse_template_decl(self) -> TemplateDecl:
)
else:
param, _ = self._parse_parameter(
tok, TemplateNonTypeParam, False, ">"
tok, TemplateNonTypeParam, concept_ok=False, end=">"
)

params.append(param)
Expand Down

0 comments on commit c8dbe5f

Please sign in to comment.