-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Builder fails to parse declaration const char* const A("s");
#179
Comments
* 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)
This should be fixed with the commit above. Let me know if you still have issues! Thanks |
Unfortunately I am still getting the same error with latest (5/14) javacpp. |
Might be because of |
It is ignored with new Info("PYLONBASE_API").cppTypes().annotations().cppText("") Current version of presets on branch wip/pylon |
Thanks, it's fixed now! The issue was only happening with |
Fix released in version 1.3.3. Thanks for reporting! |
Basler Pylon library 5.0.5 is using declaration
JavaCPP Builder fails while parsing header file with that line. Complete header file is attached. The actual error message:
DeviceInfo.h.zip
The text was updated successfully, but these errors were encountered: