Fix unclosed ifdef

This commit is contained in:
Sy Brand
2023-02-15 16:37:34 +00:00
committed by GitHub
parent 3a13214ff1
commit 9d812f5e3b

View File

@@ -1463,6 +1463,7 @@ public:
return map_error_impl(std::move(*this), std::forward<F>(f));
}
#endif
#endif
#if defined(TL_EXPECTED_CXX14) && !defined(TL_EXPECTED_GCC49) && \
!defined(TL_EXPECTED_GCC54) && !defined(TL_EXPECTED_GCC55)
template <class F> TL_EXPECTED_11_CONSTEXPR auto transform_error(F &&f) & {