diff --git a/expected.hpp b/expected.hpp index 72b3895..84119df 100644 --- a/expected.hpp +++ b/expected.hpp @@ -17,6 +17,11 @@ #include namespace tl { + namespace detail { +template +using enable_if_t = typename std::enable_if::type; + } + template class unexpected { public: