Forward declaration of FormatSpec

This commit is contained in:
Jean-Charles Lefebvre 2016-12-30 08:52:11 +01:00
parent 1e6edbc9b5
commit b01b594631

View File

@ -431,6 +431,8 @@ typedef BasicWriter<wchar_t> WWriter;
template <typename Char>
class ArgFormatter;
struct FormatSpec;
template <typename Impl, typename Char, typename Spec = fmt::FormatSpec>
class BasicPrintfArgFormatter;