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
The document isn't clear that 'auto' in a generic lambda should be mangled as the underlying artificial template type parm. doing that can lead to recursive manglings (which is one reason why I thought it a bug).
Here's a suggested diff (sorry, had to gzip it to attach it)
If you've already got that as a diff, can you just make it a pull request?
rjmccall
changed the title
generic lambda mangling
The type of an 'auto' lambda parameter should be mangled as the corresponding template type parameter
Jan 13, 2017
The document isn't clear that 'auto' in a generic lambda should be mangled as the underlying artificial template type parm. doing that can lead to recursive manglings (which is one reason why I thought it a bug).
Here's a suggested diff (sorry, had to gzip it to attach it)
abi-lambda.diff.gz
The text was updated successfully, but these errors were encountered: