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

chore: Add perfect forwarding to make_iterator calls #3860

Merged

Conversation

Skylion007
Copy link
Collaborator

Description

  • I noticed that we weren't perfect forwarding the Extra args the entire call chain of make_iterator so I went ahead and added the missing std::forward calls so that the Extra args are properly forwarded.

Suggested changelog entry:

* Added missing perfect forwarding for ``make_iterator`` functions.

@Skylion007 Skylion007 merged commit e3aa215 into pybind:master Apr 11, 2022
@Skylion007 Skylion007 deleted the skylion007-perfect-forward-kv-iterator branch April 11, 2022 18:03
@github-actions github-actions bot added the needs changelog Possibly needs a changelog entry label Apr 11, 2022
@henryiii henryiii removed the needs changelog Possibly needs a changelog entry label Jul 9, 2022
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.

2 participants