8244220: Compiler error in jpackage with VS2019
Reviewed-by: herrick, almatvee, prr
This commit is contained in:
parent
f0f7070cb5
commit
eee32495a1
@ -48,6 +48,10 @@ struct JniObjWithEnv {
|
||||
return ! operator == (other);
|
||||
}
|
||||
|
||||
explicit operator bool() const {
|
||||
return env && obj;
|
||||
}
|
||||
|
||||
JNIEnv *env;
|
||||
jobject obj;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user