cppfront icon indicating copy to clipboard operation
cppfront copied to clipboard

Fix C++1 generation of function pointers.

Open threeifbyair opened this issue 6 months ago • 1 comments

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.

threeifbyair avatar Jun 22 '25 21:06 threeifbyair