Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The type of an 'auto' lambda parameter should be mangled as the corresponding template type parameter #8

Closed
urnathan opened this issue Jan 13, 2017 · 2 comments

Comments

@urnathan
Copy link
Contributor

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

@rjmccall
Copy link
Collaborator

If you've already got that as a diff, can you just make it a pull request?

@rjmccall 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
@rjmccall
Copy link
Collaborator

This was merged awhile back, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants