Commit ed9f2d3
Fix C++20 ranges compatibility with GCC 11
GCC 11's std::string doesn't have a constructor that accepts
ranges iterators with different iterator/sentinel types from
std::ranges::split_view. Use std::ranges::copy with
back_inserter instead.
Co-Authored-By: Claude (global.anthropic.claude-opus-4-5-20251101-v1:0) <noreply@anthropic.com>1 parent e7ee292 commit ed9f2d3
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
115 | 119 | | |
116 | 120 | | |
117 | 121 | | |
| |||
0 commit comments