mirror of
https://github.com/fmtlib/fmt.git
synced 2025-08-03 04:26:33 -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];
|
||||
fmt::format_to(buf, nondeterministic_format_string());
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user