-
Notifications
You must be signed in to change notification settings - Fork 42
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
Update ChunkContainer.hpp #152
Update ChunkContainer.hpp #152
Conversation
Thanks for submitting. The fixes for the move operations are clearly needed. The modifications of the I suggest we leave this one open until #150 is merged, then rebase and finish it. |
Test Results 29 files 29 suites 1h 52m 50s ⏱️ Results for commit 3deb47e. ♻️ This comment has been updated with latest results. |
Please try to update your branch after merging #150 . |
done |
Pull Request Test Coverage Report for Build 12089653451Details
💛 - Coveralls |
8597b4a
into
auto-differentiation:main
Awesome work, congrats on your first merged pull request! |
Description
This PR fixes the
ChunkContainer
for correct move semantics.