-
Notifications
You must be signed in to change notification settings - Fork 32
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
does not currently working under gcc #340
Comments
Unfortunately I had to start with the library being clang only (it might be easy to miss but it's in the project description). I filed #4 under the next milestone: https://github.com/google/jni-bind/milestone/3 I would think the main issue would be that I'm using a clang extension in the invocable maps which would need to be worked around: jni-bind/metaprogramming/invocable_map.h Line 89 in f46e3e2
|
Closing this as it's duplicate (but do hope to address it one day). |
Duplicate of #4. |
FYI this is now supported. |
trying to use library with
gcc (GCC) 14.2.1 20240801 (Red Hat 14.2.1-1)
not compiling, most errors comes from the fact that gcc does not allow non namespace template specialization:
The text was updated successfully, but these errors were encountered: