Something something msvc.
This commit is contained in:
parent
805e84f679
commit
9b2ae5ec24
@ -1551,7 +1551,7 @@ FMT_CONSTEXPR FMT_INLINE auto make_arg(T& val) -> value<Context> {
|
|||||||
constexpr bool formattable_char =
|
constexpr bool formattable_char =
|
||||||
!std::is_same<arg_type, unformattable_char>::value;
|
!std::is_same<arg_type, unformattable_char>::value;
|
||||||
#if defined(__cpp_if_constexpr)
|
#if defined(__cpp_if_constexpr)
|
||||||
if constexpr (not formattable_char) {
|
if constexpr (!formattable_char) {
|
||||||
type_is_unformattable_for<T, typename Context::char_type> _;
|
type_is_unformattable_for<T, typename Context::char_type> _;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user