cxxheaderparser
cxxheaderparser copied to clipboard
[PARSE BUG]: doesn't correctly parse member function pointers
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);
interrested as well here
I'm not likely to add support for this anytime soon, but I welcome contributions to fix this.