8000 Explicitly declare matrix copy assignment by esseivaju · Pull Request #80 · acts-project/covfie · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Explicitly declare matrix copy assignment #80

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

Merged
merged 2 commits into from
Apr 25, 2025

Conversation

esseivaju
Copy link
Contributor

Fix a warning by explicitly declaring the copy-assignment operator:

lib/core/covfie/core/algebra/matrix.hpp:34:5: warning: definition of implicit copy assignment operator for 'matrix<3, 4>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
   34 |     matrix(const matrix<N, M, T, I> &) = default;

@stephenswat stephenswat merged commit b2479c4 into acts-project:main Apr 25, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0