Commit 069456d
[Clang] Fix -Wctad-maybe-unsupported error in clang-linker-wrapper (#22466)
Provide explicit template argument to std::scoped_lock instead of
relying on class template argument deduction, which GCC 7.5's libstdc++
does not supply a deduction guide for. This matches the existing usage
elsewhere in the same file and fixes the -Werror build break.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 6225827 commit 069456d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2430 | 2430 | | |
2431 | 2431 | | |
2432 | 2432 | | |
2433 | | - | |
| 2433 | + | |
2434 | 2434 | | |
2435 | 2435 | | |
2436 | 2436 | | |
| |||
0 commit comments