mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 00:21:13 +00:00
Workaround segfault in doxygen and apply clang-format
This commit is contained in:
parent
918ab77baa
commit
ab1474ef66
@ -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 <typename Range> class basic_writer {
|
||||
}
|
||||
};
|
||||
|
||||
template <typename UIntPtr>
|
||||
struct pointer_writer {
|
||||
template <typename UIntPtr> struct pointer_writer {
|
||||
UIntPtr value;
|
||||
int num_digits;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user