mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 19:24:48 +02:00
Fix formatting and naming
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user