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

Detect &T<param elided by bindgen> #417

Merged
merged 1 commit into from
Apr 25, 2021

Conversation

adetaylor
Copy link
Collaborator

Previously we ignored types which had type params
discarded by bindgen, but not references or pointers to those types.
We now do.

Fixes #416. Will add some follow-up notes on #124.

Previously we ignored types which had type params
discarded by bindgen, but not references or pointers to those types.
We now do.
@adetaylor adetaylor merged commit eca2762 into main Apr 25, 2021
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

Successfully merging this pull request may close these issues.

Skip cases where references to template parameters are skipped
1 participant