diff --git a/include/gimo/algorithm/OrElse.hpp b/include/gimo/algorithm/OrElse.hpp index fd239a0..27b3042 100644 --- a/include/gimo/algorithm/OrElse.hpp +++ b/include/gimo/algorithm/OrElse.hpp @@ -62,7 +62,7 @@ namespace gimo::detail::or_else if constexpr (std::is_void_v>) { std::invoke(std::forward(action)); - return detail::construct_empty(); + return detail::construct_empty>(); } else {