-
Notifications
You must be signed in to change notification settings - Fork 591
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
Unexpected token '::' in namespace name #595
Comments
This looks like new syntax available starting with C++17: https://en.cppreference.com/w/cpp/language/namespace We'll need to add support for that. Contributions are welcome! |
I didn't know you didn't support C++17 yet! What is the C++ standard currently supported by JavaCPP? It would be nice if it was written in the README on the home page. |
JavaCPP doesn't fully support any version of C++: http://bytedeco.org/faq/
|
…n JDK (issue bytedeco/javacv#2001) * Fix `Parser` ignoring `Info.skip` for enumerators that do not get translated (issue bytedeco/javacpp-presets#1315) * Fix `Parser` error on C++17 style namespace declarations containing `::` separators (issue #595)
Fixed in commit f9b0746! Please give it a try with the snapshots: http://bytedeco.org/builds/ |
Fix released with JavaCPP 1.5.9! Thanks for reporting |
Hello,
The first line of the following is raising
org.bytedeco.javacpp.tools.ParserException
saying :Unexpected token '::'
.I don't know if it is a bug or a limitation ?
The text was updated successfully, but these errors were encountered: