mirror of
https://github.com/fmtlib/fmt.git
synced 2025-06-25 01:11:40 +02:00
Remove old gcc workaround
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user