mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +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];
|
char buf[10];
|
||||||
fmt::format_to(buf, nondeterministic_format_string());
|
fmt::format_to(buf, nondeterministic_format_string());
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user