Fix bogus null pointer constant warning
This commit is contained in:
parent
ab343b62cb
commit
a715b99549
@ -167,7 +167,7 @@ TEST(IteratorTest, TruncatingIteratorDefaultConstruct) {
|
||||
|
||||
fmt::detail::truncating_iterator<char*> it;
|
||||
EXPECT_EQ(nullptr, it.base());
|
||||
EXPECT_EQ(0, it.count());
|
||||
EXPECT_EQ(std::size_t{0}, it.count());
|
||||
}
|
||||
|
||||
#ifdef __cpp_lib_ranges
|
||||
|
||||
Loading…
Reference in New Issue
Block a user