diff --git a/llvm/include/llvm/ADT/STLExtras.h b/llvm/include/llvm/ADT/STLExtras.h index f1a6587ecc7f3..86d80354c9978 100644 --- a/llvm/include/llvm/ADT/STLExtras.h +++ b/llvm/include/llvm/ADT/STLExtras.h @@ -856,33 +856,70 @@ class zip_shortest : public zip_common, Iters...> { } }; +/// Helper to obtain the iterator types for the tuple storage within `zippy`. +template