Files
abseil-cpp/absl/algorithm
Abseil Team fa588813c4 Make c_find_first_of's options parameter a const reference to allow 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
2024-10-28 11:53:04 -07:00
..