diff --git a/include/tl/expected.hpp b/include/tl/expected.hpp index da4ff79..7fd6467 100644 --- a/include/tl/expected.hpp +++ b/include/tl/expected.hpp @@ -1463,6 +1463,7 @@ public: return map_error_impl(std::move(*this), std::forward(f)); } #endif +#endif #if defined(TL_EXPECTED_CXX14) && !defined(TL_EXPECTED_GCC49) && \ !defined(TL_EXPECTED_GCC54) && !defined(TL_EXPECTED_GCC55) template TL_EXPECTED_11_CONSTEXPR auto transform_error(F &&f) & {