Implement time formatting

This commit is contained in:
Victor Zverovich
2016-04-25 08:07:27 -07:00
parent 4cddbfa7cf
commit fa5ebd27d4
4 changed files with 71 additions and 1 deletions
+2
View File
@@ -2626,6 +2626,8 @@ class BasicWriter {
}
void clear() FMT_NOEXCEPT { buffer_.clear(); }
Buffer<Char> &buffer() FMT_NOEXCEPT { return buffer_; }
};
template <typename Char>