Clang doesn't allow to capture structured bindings in lambdas. Instead, remove the structured bindings and just use a const reference to the item iterator.
Clang doesn't allow to capture structured bindings in lambdas. Instead, remove the structured bindings and just use a const reference to the item iterator.