diff --git a/source/exec.tex b/source/exec.tex index 994d20d65a..98cbc0e456 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -4222,7 +4222,7 @@ (Index, State& state, Rcvr& rcvr, Tag, Args&&... args) noexcept -> void requires @\seebelow@ { if constexpr (@\libconcept{same_as}@) { - auto& [shape, f] = state; + auto& [policy, shape, f] = state; constexpr bool nothrow = noexcept(f(auto(shape), args...)); @\exposid{TRY-EVAL}@(rcvr, [&]() noexcept(nothrow) { for (decltype(auto(shape)) i = 0; i < shape; ++i) {