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

Handle decltype(*) return types in declinfo.l #8799

Merged
merged 1 commit into from
Oct 14, 2021

Conversation

hidmic
Copy link
Contributor

@hidmic hidmic commented Sep 27, 2021

Fixes #7309. This has also been a problem in a project I'm involved with. It looks like declinfo.l has to catch up with scanner.l. This patch is a first stab at it.

@hidmic
Copy link
Contributor Author

hidmic commented Oct 13, 2021

@albert-github is there an ETA for this to move forward? I see I'm at the end of long queue though, so no rush, just checking.

@albert-github
Copy link
Collaborator

I'm not the one that decides whether or not it will land in the doxygen master version and thus release, so no ETA known to me.

@doxygen doxygen merged commit ace74cd into doxygen:master Oct 14, 2021
@albert-github albert-github added the fixed but not released Bug is fixed in github, but still needs to make its way to an official release label Oct 15, 2021
@doxygen doxygen removed the fixed but not released Bug is fixed in github, but still needs to make its way to an official release label Dec 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

decltype(auto) is misinterpreted in function definition
3 participants