Skip to content

Commit

Permalink
Update single header
Browse files Browse the repository at this point in the history
  • Loading branch information
tcbrindle authored and github-actions[bot] committed Jul 12, 2023
1 parent f72ceab commit b423b21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion single_include/flux.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8652,7 +8652,7 @@ struct set_union_adaptor
bounded_sequence<Base1> && bounded_sequence<Base2>
static constexpr auto last(Self& self) -> cursor_type
{
return cursor_type{flux::last(self.base1_), flux::last(self.base2_)};
return cursor_type{flux::last(self.base1_), flux::last(self.base2_), cursor_type::second};
}

template <typename Self>
Expand Down Expand Up @@ -9085,6 +9085,7 @@ inline constexpr auto set_intersection = detail::set_intersection_fn{};
#endif // namespace FLUX_OP_SET_ADAPTORS_HPP_INCLUDED



// Copyright (c) 2023 Tristan Brindle (tcbrindle at gmail dot com)
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down

0 comments on commit b423b21

Please sign in to comment.