mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Fix constness
This commit is contained in:
@ -58,4 +58,4 @@ TEST(compile_time_formatting_test, floating_point) {
|
||||
EXPECT_EQ("-inf", test_format<5>(FMT_COMPILE("{}"), -inf));
|
||||
}
|
||||
|
||||
#endif // FMT_USE_CONSTEVAL
|
||||
#endif // FMT_USE_CONSTEVAL
|
||||
|
Reference in New Issue
Block a user