Commit 4e20616
committed
refactor: we cannot use C++20 feature
See https://en.cppreference.com/w/cpp/ranges/filter_view for the library reference
See https://en.cppreference.com/w/cpp/compiler_support/20 for compiler support:
The One Ranges Proposal | GCC 10 | Clang 13 (partial) 15 | MSVC 19.29 (16.10)* | Apple Clang 14.0.3std::views::filter as it's not supported by older compilers that are supposed to "support C++20"1 parent 94a8e43 commit 4e20616
2 files changed
+6
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
143 | | - | |
| 142 | + | |
144 | 143 | | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
| 144 | + | |
| 145 | + | |
151 | 146 | | |
152 | 147 | | |
153 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
| |||
0 commit comments