container_test.cc
47 KB
-
Make `c_find_first_of`'s `options` parameter a const reference to allow temporaries. · fa588813
`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
Abseil Team committed