Unbloat chrono

This commit is contained in:
Victor Zverovich
2024-07-22 14:37:02 -07:00
parent 42d3d703b5
commit f6b4a23b83
4 changed files with 10 additions and 10 deletions

View File

@ -206,7 +206,7 @@ TEST(compile_test, format_to_n) {
EXPECT_STREQ("2a", buffer);
}
# ifdef __cpp_lib_bit_cast
# if 0
TEST(compile_test, constexpr_formatted_size) {
FMT_CONSTEXPR20 size_t size = fmt::formatted_size(FMT_COMPILE("{}"), 42);
EXPECT_EQ(size, 2);