[PATCH] D106605: Add `all_of_zip` to STLExtras
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 26 15:49:19 PDT 2021
mehdi_amini added a comment.
The issue is that I think the "expected" way in C++ to have a zip operator that fails when the length mismatch is to use exceptions. I'm not how else to have a range that can fail when iterated on?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106605/new/
https://reviews.llvm.org/D106605
More information about the llvm-commits
mailing list