From ab1474ef661a82175de693f79926f38bf11d6815 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 6 Apr 2019 15:55:14 -0700 Subject: [PATCH] Workaround segfault in doxygen and apply clang-format --- include/fmt/format.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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;