Fix ostream support in sprintf (#1631)

This commit is contained in:
Victor Zverovich
2020-04-12 07:53:17 -07:00
parent 3cd5179f32
commit e99809f29d
6 changed files with 48 additions and 18 deletions
+2 -1
View File
@@ -210,7 +210,8 @@ TEST(ArgTest, FormatArgs) {
}
struct custom_context {
typedef char char_type;
using char_type = char;
using parse_context_type = fmt::format_parse_context;
template <typename T> struct formatter_type {
template <typename ParseContext>