mirror of
https://github.com/fmtlib/fmt.git
synced 2025-09-10 13:13:57 -04:00
Remove old gcc workaround
This commit is contained in:
parent
2924fcf8f6
commit
7af94e5597
@ -884,7 +884,7 @@ TEST(base_test, no_repeated_format_string_conversions) {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
#if !FMT_GCC_VERSION
|
#if !FMT_GCC_VERSION || FMT_GCC_VERSION >= 1200
|
||||||
char buf[10];
|
char buf[10];
|
||||||
fmt::format_to(buf, nondeterministic_format_string());
|
fmt::format_to(buf, nondeterministic_format_string());
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user