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

Apply std::move to capture list members in c++ ranges algorithms. #1810

Open
MikeDvorskiy opened this issue Aug 30, 2024 · 1 comment
Open

Comments

@MikeDvorskiy
Copy link
Contributor

          I am wondering whether we should apply std::move for each member in capture list hear and in similar places... It would require difference syntax with extra variable name, but it might still be useful.

Originally posted by @rarutyun in #1457 (comment)

@dmitriy-sobolev dmitriy-sobolev changed the title I am wondering whether we should apply std::move for each member in capture list hear and in similar places... It would require difference syntax with extra variable name, but it might still be useful. Apply std::move to capture list members in c++ ranges algorithms. Sep 1, 2024
@akukanov
Copy link
Contributor

akukanov commented Sep 7, 2024

This seems to be essentially the same question as #1813.

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

No branches or pull requests

3 participants