diff --git a/lager/effect.hpp b/lager/effect.hpp index 9041e379..9a6d35d2 100644 --- a/lager/effect.hpp +++ b/lager/effect.hpp @@ -71,7 +71,7 @@ lager::effect, ...> " // template < typename Fn, std::enable_if_t< - !std::is_same_v, effect> && + !std::is_convertible_v, effect> && std::is_same_v>, int> = 0>