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

Avoid boxing RequestTracker parameters #9806

Merged
merged 2 commits into from
Jun 18, 2024
Merged

Avoid boxing RequestTracker parameters #9806

merged 2 commits into from
Jun 18, 2024

Conversation

yamadapc
Copy link
Contributor

We only need to box these types when they are consumed.

This is related to https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rf-smart and makes the APIs more flexible most of the time.

We can change back if these APIs will take ownership of the requests.

We only need to box these types when they are consumed.

This is related to https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rf-smart
and makes the APIs more flexible most of the time.

We can change back if these APIs will take ownership of the requests.
@yamadapc yamadapc merged commit 747c3a3 into v2 Jun 18, 2024
15 of 17 checks passed
@yamadapc yamadapc deleted the issue/request-box branch June 18, 2024 06:05
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.

3 participants