cppfront
cppfront copied to clipboard
Fix C++1 generation of function pointers.
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.