Skip to content

Commit

Permalink
Arg
Browse files Browse the repository at this point in the history
  • Loading branch information
arximboldi committed Jul 11, 2022
1 parent 8017ce1 commit c8dbea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lager/effect.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ lager::effect<lager::actions<...>, ...> " //
template <
typename Fn,
std::enable_if_t<
!std::is_same_v<std::decay_t<Fn>, effect> &&
!std::is_convertible_v<std::decay_t<Fn>, effect> &&
std::is_same_v<future,
std::invoke_result_t<Fn&, const context_t&>>,
int> = 0>
Expand Down

0 comments on commit c8dbea3

Please sign in to comment.