mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-06 23:30:29 +00:00
Comment.
This commit is contained in:
parent
aa6aa4207e
commit
37356c3f5e
1
format.h
1
format.h
@ -364,6 +364,7 @@ public:
|
|||||||
|
|
||||||
static char convert(char value) { return value; }
|
static char convert(char value) { return value; }
|
||||||
|
|
||||||
|
// Formats a floating-point number.
|
||||||
template <typename T>
|
template <typename T>
|
||||||
static int FormatFloat(char *buffer, std::size_t size,
|
static int FormatFloat(char *buffer, std::size_t size,
|
||||||
const char *format, unsigned width, int precision, T value);
|
const char *format, unsigned width, int precision, T value);
|
||||||
|
Loading…
Reference in New Issue
Block a user