-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Deprecated implicit copy assignment/constructor #2224
Comments
Example:
|
Anybody working on this? I'd make a PR to fix it, but I've tried it in the past and could not get past the cla-bot. I'd rather not repeat that experience. |
Ping. LLVM hit this issue with gtest too. |
This is also affecting clients of google myanmar-tools: google/myanmar-tools#42 |
This was fixed in #2815 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am having trouble getting googletest to compile. The problem is that many classes rely on a default move constructor while defining a copy or move assignment operator. This has been deprecated and the compiler rightly complains about this.
Since googletest also defines warnings as errors it means it just doesn't work.
The text was updated successfully, but these errors were encountered: