-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'SenderContext' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator #4635
Comments
Is this error produced by an internal I'm trying to run |
To reproduce you can add |
oak/cc/crypto/hpke/jni/context_jni.cc Lines 36 to 37 in 1ef0a9d
But then says
And we have to cast |
Currently had to add |
Also about the oak/cc/crypto/hpke/jni/hpke_jni.cc Lines 53 to 55 in 1a95821
|
FYI I don't think this is urgent or is blocking anything, just something that should be cleaned up at some point. |
From clang-tidy:
@ipetr0v could you take a quick look and fix that?
The text was updated successfully, but these errors were encountered: