mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-27 03:21:34 +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
|
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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user