Cleanup and remove deprecated visit

This commit is contained in:
Victor Zverovich
2019-07-03 14:31:01 -07:00
parent de37de912b
commit e76446958c
3 changed files with 144 additions and 151 deletions

View File

@@ -258,7 +258,7 @@ TEST(UtilTest, CountDigits) {
TEST(UtilTest, WriteUIntPtr) {
fmt::memory_buffer buf;
fmt::writer writer(buf);
fmt::internal::writer writer(buf);
writer.write_pointer(fmt::internal::bit_cast<fmt::internal::fallback_uintptr>(
reinterpret_cast<void*>(0xface)),
nullptr);