Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
victimsnino committed Nov 3, 2024
1 parent c4decc8 commit 652e362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpp/rpp/operators/details/combining_strategy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ namespace rpp::operators::details
};

template<rpp::details::observables::constraint::disposables_strategy Prev>
using updated_optimal_disposables_strategy = ::rpp::details::observables::fixed_disposables_strategy<0>;
using updated_optimal_disposables_strategy = ::rpp::details::observables::fixed_disposables_strategy<1>;

template<rpp::constraint::decayed_type Type, rpp::constraint::observer Observer>
auto lift(Observer&& observer) const
Expand Down

0 comments on commit 652e362

Please sign in to comment.