From 64ca334a2dee674e2a26095c4d2b834d50cab537 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 22 Oct 2016 09:15:28 -0700 Subject: [PATCH] CharType -> Char --- fmt/format.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fmt/format.h b/fmt/format.h index 6c688b18..40c7c17b 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -377,8 +377,7 @@ class ArgFormatter; template class BasicPrintfArgFormatter; -template > +template > class basic_formatter; /**