We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6038a9 commit c6c43bcCopy full SHA for c6c43bc
include/beman/execution/detail/bulk.hpp
@@ -66,7 +66,7 @@ struct impls_for<bulk_t> : ::beman::execution::detail::default_impls {
66
try {
67
[&]() noexcept(nothrow) {
68
for (decltype(s_type(shape)) i = 0; i < shape; i++) {
69
- f(auto(i), args...);
+ f(s_type(i), args...);
70
}
71
Tag()(std::move(rcvr), std::forward<Args>(args)...);
72
}();
0 commit comments