Rename BasicFormatter to BasicWriter.

This commit is contained in:
Victor Zverovich
2013-02-02 20:29:02 -08:00
parent 687301c516
commit 03dccc3c91
3 changed files with 55 additions and 54 deletions
-1
View File
@@ -48,7 +48,6 @@ inline int SignBit(double value) { return signbit(value); }
#include <algorithm>
using std::size_t;
using fmt::BasicFormatter;
using fmt::IntFormatter;
using fmt::Formatter;
using fmt::AlignSpec;