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
It's legitimate to want to copy a local or global and this should be supported.
e.g. a syntax like: LocalObject<kClass> obj { obj, ShallowCopy{} };
LocalObject<kClass> obj { obj, ShallowCopy{} };
The text was updated successfully, but these errors were encountered:
This would be very similar to GlobalObject creation as a source for copying implementation from.
GlobalObject
Sorry, something went wrong.
can i work on this
Doh, I actually may have taken care of the bulk of this literally earlier today (search for CreateCopy) 🤦🏻♂️.
CreateCopy
4d059ed
That said, there's actually no meaningful E2E test. That would be both helpful, and probably a good intro to project.
Alternatively, #2 is unlikely to be finished soon, and is likely also a good spot to start.
No branches or pull requests
It's legitimate to want to copy a local or global and this should be supported.
e.g. a syntax like:
LocalObject<kClass> obj { obj, ShallowCopy{} };
The text was updated successfully, but these errors were encountered: