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

ID no longer has default arguments for its selector indices. #318

Closed copybara-service[bot] closed 1 month ago

copybara-service[bot] commented 2 months ago

ID no longer has default arguments for its selector indices.

While this looks cleaner when reading the indexes, it's difficult for ensuring the ancestor_idx is being provided where needed.