JNI Bind is a set of advanced syntactic sugar for writing efficient correct JNI Code in C++17 (and up).
261
stars
31
forks
source link
Fix issue where template parameter pack cannot be deduced causing compilation failures on Windows only. #203
Closed
copybara-service[bot] closed 1 year ago
Fix issue where template parameter pack cannot be deduced causing compilation failures on Windows only.
I'm actually not sure why this wouldn't fail Linux clang, but it seems not to.
Tested: Godbolt configured with MSVC and this change and regular CI.