You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix C++17 compatibility: avoid capturing structured bindings in lambdas
Structured bindings cannot be captured in lambdas in C++17 (only C++20+).
Changed llvm::zip loops to llvm::enumerate and extract actionName separately
to avoid capturing structured bindings inside nested lambdas.
Fixes CI build error on Ubuntu 22.04 with clang 14.
0 commit comments