Forward declaration of FormatSpec
This commit is contained in:
parent
1e6edbc9b5
commit
b01b594631
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user