-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid boxing RequestTracker parameters (#9806)
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. Co-authored-by: pyamada (Remote Dev Environment) <[email protected]>
- Loading branch information
1 parent
07dfb42
commit 747c3a3
Showing
3 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters