Commit 196fdf2
authored
cleanup(otel): silence clang-tidy in C++20 mode (#13010)
As I write more tests and examples in C++20 code in headers gets
examined by `clang-tidy` in C++20 mode. In this case, `clang-tidy` would
like us to use C++20 ranges to perform a reverse iteration.1 parent 364054f commit 196fdf2
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
0 commit comments