-
Notifications
You must be signed in to change notification settings - Fork 3k
SharedPtr: add move operations #12037
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
Conversation
6ade433
to
7fbb8b5
Compare
@kjbracey-arm, thank you for your changes. |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
Errors in the build, |
Okay, I need to split this. I forgot there was the |
Optimise SharedPtr by giving it move constructor and assignment operator.
7fbb8b5
to
678ec0f
Compare
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
@kjbracey-arm is this all internal or technically a change in functionality ? Ie is this really a patch update ? |
It's a refactor. Optimising existing copy operations to move when possible, rather than adding any new API. |
Summary of changes
Optimise
SharedPtr
by giving it move constructor and assignment operator.Documentation
None
Pull request type
Test results