diff --git a/include/tl/expected.hpp b/include/tl/expected.hpp index bc085a4..237e4b4 100644 --- a/include/tl/expected.hpp +++ b/include/tl/expected.hpp @@ -109,7 +109,7 @@ struct is_trivially_copy_constructible> : std::false_type {}; std::is_trivially_destructible #endif -#if __cplusplus > 201103L +#if __cplusplus > 201103L || (defined(_MSC_VER) && _MSC_VER >= 1910) #define TL_EXPECTED_CXX14 #endif