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 unqualified_id handling of empty template arguments, closes#819
A fully empty `<>` list is allowed, but `unqualified_id_node::to_string` didn't handle empty `<>` correctly and included the `>`. Now it doesn't include it.
A nonempty `<>` list shouldn't have an empty argument in the list.
0 commit comments