Skip to content

Commit

Permalink
Update single header
Browse files Browse the repository at this point in the history
tcbrindle authored and github-actions[bot] committed Aug 15, 2024
1 parent 604012b commit 6f6dbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion single_include/flux.hpp
Original file line number Diff line number Diff line change
@@ -4040,7 +4040,7 @@ struct zip_map_adaptor : inline_sequence_base<zip_map_adaptor<Func, Bases...>> {

struct zip_map_fn {
template <typename Func, adaptable_sequence... Seqs>
requires std::is_invocable_v<Func&, element_t<Seqs>...>
requires std::regular_invocable<Func&, element_t<Seqs>...>
[[nodiscard]]
constexpr auto operator()(Func func, Seqs&&... seqs) const
{

0 comments on commit 6f6dbee

Please sign in to comment.