We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A clang-tidy audit of fwdpy11 (performance-*) caught this.
performance-*
Need to fix the && constructor and add tests that moveable inputs are indeed moved.
&&
The text was updated successfully, but these errors were encountered:
Fix definition of named_type move constructor.
61926d3
Fixes #336
Add test for move construction into a named_type. See #336
39f9afc
1315906
368d7df
No branches or pull requests
A clang-tidy audit of fwdpy11 (
performance-*
) caught this.Need to fix the
&&
constructor and add tests that moveable inputs are indeed moved.The text was updated successfully, but these errors were encountered: