From 37356c3f5e098f16bc816cb74ffa4eb16c200c8a Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 26 Jul 2014 07:26:04 -0700 Subject: [PATCH] Comment. --- format.h | 1 + 1 file changed, 1 insertion(+) 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);