Commit 147807c9 authored by Victor Zverovich's avatar Victor Zverovich

Detect integer_sequence support on MSVC

parent 8b246531
......@@ -128,7 +128,7 @@ struct is_tuple_like {
};
} // 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
#else
# define FMT_USE_INTEGER_SEQUENCE 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment