You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parser is meant to be a partial C parser (limited to the relevant information in the headers) and has no notion of c++ namespaces. It may be possible to alter the parser to ignore c++ namespaces but I do not have the bandwidth to look into it. Feel free to make a PR if you get something that works for you.
Just tried 0.1.7 from pip, on a C++ file that exports C functions, and it works great but...
The thing is, all the C functions are inside a namespace, and they're not recognized at all, unless I remove the namespace.
Is there any way to fix this?
The text was updated successfully, but these errors were encountered: