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

Replace RefBase with RefBaseTag. #330

Closed copybara-service[bot] closed 1 month ago

copybara-service[bot] commented 1 month ago

Replace RefBase with RefBaseTag.

This currently has excessive knowledge of JniT but this is complicating the implementation of inheritance.

This is probably vestigial from some of the very early implementations of type comparisons.