-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
c_find_first_of
's options
parameter a const reference to all…
…ow temporaries. `c_find_first_of` does not keep or return references into `options` so there's no reason to require an l-value there. PiperOrigin-RevId: 690696332 Change-Id: Ibbabb69ba72e9506c0406f2124034a944d6899d6
- Loading branch information
1 parent
07fff76
commit fa58881
Showing
2 changed files
with
4 additions
and
2 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