diff --git a/include/fmt/format.h b/include/fmt/format.h index 134b7115..3ee94722 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -304,7 +304,7 @@ typename Allocator::value_type* allocate(Allocator& alloc, std::size_t n) { FMT_END_NAMESPACE namespace std { -using namespace fmt::internal; +using namespace fmt::v5::internal; // Standard permits specialization of std::numeric_limits. This specialization // is used to detect presence of uintptr_t. template <> @@ -2713,8 +2713,7 @@ template class basic_writer { } }; - template - struct pointer_writer { + template struct pointer_writer { UIntPtr value; int num_digits;