google / jni-bind

JNI Bind is a set of advanced syntactic sugar for writing efficient correct JNI Code in C++17 (and up).
Apache License 2.0
244 stars 29 forks source link

`Self` is broken when used in statics #311

Closed jwhpryor closed 2 months ago

jwhpryor commented 2 months ago

When Self is used in a static context the following error happens:

 error: no member named 'static_' in 'jni::Self'
   84 |     return FullArrayStripV(GetClass()).static_;