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
* Fix `Parser` incorrectly recognizing values as pointers when `const` is placed after type (issue #173)
* Add `Parser` support for C++11 `using` declarations that act as `typedef` (issue #169)
* Let `Parser` accept variables initialized with parentheses (issue #179)
* Fix `Parser` confusion between attributes and namespace-less templates (issue #181)
Parsing these prototypes;
Gives these results;
Somethings wrong with the result for readData2, I think.
I might also be related to the effect of parsing this;
That will give 3 different results (where I do not think I'm happy with none of them)
Where this;
is correctly done as;
Thanks!
The text was updated successfully, but these errors were encountered: