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
Round 10 (in progress): looksLikeTemplateArgList brace tracking
Parser:
- looksLikeTemplateArgList: track () and {} depth so { inside decltype(T{})
doesn't cause the lookahead to abort template arg list detection
- Pending: std::function<decltype(T{} + U{})(T, U)> still failing
0 commit comments