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

Bugfix/issue 20 allow non copyable non movable return types #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

burnpanck
Copy link

This should fix issue #20, by allowing functions that either return a convertible return type or the exact same return type (where mandatory move/copy ellision will kick in).

@burnpanck burnpanck force-pushed the bugfix/issue-20-allow-non-copyable-non-movable-return-types branch 5 times, most recently from 65772fb to 3a05a68 Compare February 27, 2021 09:21
@burnpanck burnpanck force-pushed the bugfix/issue-20-allow-non-copyable-non-movable-return-types branch from 3a05a68 to 7301695 Compare February 27, 2021 09:27
@burnpanck
Copy link
Author

Sorry for all the force-pushing, took me quite a few iterations until I got that AppVeyor test to actually fail!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant