diff --git a/format.h b/format.h index 199150ed..2ab6dfde 100644 --- a/format.h +++ b/format.h @@ -364,6 +364,7 @@ public: static char convert(char value) { return value; } + // Formats a floating-point number. template static int FormatFloat(char *buffer, std::size_t size, const char *format, unsigned width, int precision, T value);