Dustin Spicuzza
Dustin Spicuzza
It's likely that [cxxheaderparser](https://github.com/robotpy/cxxheaderparser) can handle such constructs, recommend you give that a try as eventually I will abandon this fork in favor of cxxheaderparser. Alternatively, happy to accept a...
Yeah. There's a lot of badness related to namespaces and scopes. It's a wonder this thing works at all.
Thanks for the contribution! I'll take a look tonight, but looks like the tests are failing?
It seems like they're primarily failing on Python 2.7? My initial impression is this looks fine to me, but it doesn't properly handle types with templates in them (eg, `Foo...
I pushed my branch as PR #53 ... if you cherry-pick 286001c57161f107655213ce1434355df919fd1a that will give you the function to properly consume templates.
Taking a harder look at my problems tonight, I remembered the direction I wanted to go with parsing, so I'll be updating my function rework branch with those changes. I...
... so I ended up rewriting the entire library? As a result, cppheaderparser will be abandoned soon in favor of https://github.com/robotpy/cxxheaderparser (which doesn't have this bug and should be a...
Hm. I don't know what's happening here. Did you enable logging as shown in the examples? Set the level to DEBUG and perhaps that output will be more useful. ```...
I've no idea. Do you perhaps have a firewall enabled that might be killing the connection oddly? Unfortunately, I don't have a Windows 10 machine available to me at this...