Commit 398a014
Fix std::ranges::split_view compatibility in StartTracingAgent
The split_view subrange doesn't guarantee .data()/.size() methods.
Use iterator-based string construction instead.
Co-Authored-By: Claude (global.anthropic.claude-opus-4-5-20251101-v1:0) <noreply@anthropic.com>1 parent 8e7b88e commit 398a014
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments