Commit 37356c3f authored by Victor Zverovich's avatar Victor Zverovich

Comment.

parent aa6aa420
......@@ -364,6 +364,7 @@ public:
static char convert(char value) { return value; }
// Formats a floating-point number.
template <typename T>
static int FormatFloat(char *buffer, std::size_t size,
const char *format, unsigned width, int precision, T value);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment