Workaround segfault in doxygen and apply clang-format

This commit is contained in:
Victor Zverovich 2019-04-06 15:55:14 -07:00
parent 918ab77baa
commit ab1474ef66

View File

@ -304,7 +304,7 @@ typename Allocator::value_type* allocate(Allocator& alloc, std::size_t n) {
FMT_END_NAMESPACE FMT_END_NAMESPACE
namespace std { namespace std {
using namespace fmt::internal; using namespace fmt::v5::internal;
// Standard permits specialization of std::numeric_limits. This specialization // Standard permits specialization of std::numeric_limits. This specialization
// is used to detect presence of uintptr_t. // is used to detect presence of uintptr_t.
template <> template <>
@ -2713,8 +2713,7 @@ template <typename Range> class basic_writer {
} }
}; };
template <typename UIntPtr> template <typename UIntPtr> struct pointer_writer {
struct pointer_writer {
UIntPtr value; UIntPtr value;
int num_digits; int num_digits;