cxxheaderparser icon indicating copy to clipboard operation
cxxheaderparser copied to clipboard

[PARSE BUG]: doesn't correctly parse member function pointers

Open virtuald opened this issue 2 years ago • 2 comments

Problem description

From https://isocpp.org/wiki/faq/pointers-to-members

C++ code that can't be parsed correctly (please double-check that https://robotpy.github.io/cxxheaderparser/ has the same error)

typedef  int (Fred::*FredMemFn)(char x, float y);

virtuald avatar Oct 10 '23 03:10 virtuald

interrested as well here

simonHeex avatar May 09 '25 08:05 simonHeex

I'm not likely to add support for this anytime soon, but I welcome contributions to fix this.

virtuald avatar May 09 '25 17:05 virtuald