diff --git a/tl/expected.hpp b/tl/expected.hpp index 2034abf..4f88682 100644 --- a/tl/expected.hpp +++ b/tl/expected.hpp @@ -278,7 +278,7 @@ using expected_enable_forward_value = detail::enable_if_t< template using expected_enable_from_other = detail::enable_if_t< std::is_constructible::value && - std::is_constructible::value && + std::is_constructible::value && !std::is_constructible &>::value && !std::is_constructible &&>::value && !std::is_constructible &>::value &&