mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 09:28:21 +00:00
Detect integer_sequence support on MSVC
This commit is contained in:
parent
8b246531e6
commit
147807c911
@ -128,7 +128,7 @@ struct is_tuple_like {
|
|||||||
};
|
};
|
||||||
} // namespace internal
|
} // namespace internal
|
||||||
|
|
||||||
#if FMT_HAS_FEATURE(__cpp_lib_integer_sequence)
|
#if FMT_HAS_FEATURE(__cpp_lib_integer_sequence) || FMT_MSC_VER >= 1900
|
||||||
# define FMT_USE_INTEGER_SEQUENCE 1
|
# define FMT_USE_INTEGER_SEQUENCE 1
|
||||||
#else
|
#else
|
||||||
# define FMT_USE_INTEGER_SEQUENCE 0
|
# define FMT_USE_INTEGER_SEQUENCE 0
|
||||||
|
Loading…
Reference in New Issue
Block a user