mirror of
https://github.com/TartanLlama/expected.git
synced 2025-09-26 04:50:55 +02:00
Fix unclosed ifdef
This commit is contained in:
@@ -1463,6 +1463,7 @@ public:
|
|||||||
return map_error_impl(std::move(*this), std::forward<F>(f));
|
return map_error_impl(std::move(*this), std::forward<F>(f));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
#if defined(TL_EXPECTED_CXX14) && !defined(TL_EXPECTED_GCC49) && \
|
#if defined(TL_EXPECTED_CXX14) && !defined(TL_EXPECTED_GCC49) && \
|
||||||
!defined(TL_EXPECTED_GCC54) && !defined(TL_EXPECTED_GCC55)
|
!defined(TL_EXPECTED_GCC54) && !defined(TL_EXPECTED_GCC55)
|
||||||
template <class F> TL_EXPECTED_11_CONSTEXPR auto transform_error(F &&f) & {
|
template <class F> TL_EXPECTED_11_CONSTEXPR auto transform_error(F &&f) & {
|
||||||
|
Reference in New Issue
Block a user