You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix template list discovery algorithm: missing continue
At the end of the first 'if' clause, where '<' is matched,
insert a 'Start the next iteration of the loop.'
Otherwise execution reaches the 'advance token' at the bottom
of the loop.
For example, in parsing: X < Y >
The '>' would be consumed too early, and template list discovery
gets the wrong answer.
Fixes: #5246
0 commit comments