mirror of
https://github.com/fmtlib/fmt.git
synced 2025-09-13 14:49:37 -04:00
Fix formatting and naming
This commit is contained in:
parent
91014f0171
commit
a38bd9ca24
@ -1106,11 +1106,11 @@ struct string_value {
|
|||||||
|
|
||||||
template <typename Char>
|
template <typename Char>
|
||||||
struct custom_value {
|
struct custom_value {
|
||||||
typedef void (*FormatFunc)(
|
typedef void (*format_func)(
|
||||||
basic_buffer<Char> &buffer, const void *arg, void *ctx);
|
basic_buffer<Char> &buffer, const void *arg, void *ctx);
|
||||||
|
|
||||||
const void *value;
|
const void *value;
|
||||||
FormatFunc format;
|
format_func format;
|
||||||
};
|
};
|
||||||
|
|
||||||
template <typename Char>
|
template <typename Char>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user