Skip to content

Conversation

threeifbyair
Copy link
Contributor

Fix #1397. Function pointers (but not functions) can now be return types.

It turns out that even if we correctly parse a function pointer type, we drop the pc_qualifiers when we generate the C++1 code. So I fixed that too.

@MaxSagebaum
Copy link
Contributor

Looks good.

Copy link
Owner

@hsutter hsutter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I have a question about the new parameter...

@hsutter hsutter added the question - further information requested Further information is requested label Jul 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question - further information requested Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Can not declare functions that return function pointers
3 participants