Cleanup base API

This commit is contained in:
Victor Zverovich
2024-09-01 19:35:00 -07:00
parent 9ef160d309
commit 60740b7c24
5 changed files with 23 additions and 32 deletions

View File

@@ -363,8 +363,7 @@ TEST(ranges_test, enum_range) {
#if !FMT_MSC_VERSION
TEST(ranges_test, unformattable_range) {
EXPECT_FALSE((fmt::has_formatter<std::vector<unformattable>,
fmt::format_context>::value));
EXPECT_FALSE((fmt::is_formattable<std::vector<unformattable>, char>::value));
}
#endif