Skip to content
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

Consider adding support for assignment from another poly that has a subset of the requirements #24

Open
ldionne opened this issue May 17, 2017 · 0 comments
Labels

Comments

@ldionne
Copy link
Owner

ldionne commented May 17, 2017

Right now, polys can only be copy-constructed. It might be useful to allow polys to be created from any other poly that has a superset of the requirements. This would require the ability to copy the right parts of the vtable into the destination poly, but that might be inefficient.

Thanks to @atomgalaxy for proposing that feature.

@ldionne ldionne added the feature label Nov 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant