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

Make ValueConsumer::set argument a const ref #711

Merged
merged 1 commit into from
Aug 2, 2024
Merged

Conversation

mairas
Copy link
Collaborator

@mairas mairas commented Jul 25, 2024

set() no longer copies its argument but provides a const reference. This should make it quite a bit faster if the argument is a complex class.

Base automatically changed from async_command to dev-3 August 2, 2024 20:14
@mairas mairas merged commit 3529fe6 into dev-3 Aug 2, 2024
28 checks passed
@mairas mairas deleted the const_ref_set branch August 2, 2024 20:14
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