mirror of https://github.com/grpc/grpc.git
Fix incorrect loop variable type (#27055)
The iterator returns a newly-constructed `std::pair<absl::string_view, absl::string_view>`. Compiled with `-Wrange-loop-bind-reference` on iOS due to new dependencies for iOS tests.pull/26918/head
parent
4ba3fa52b9
commit
46547d5690
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue