Refactor parse context and fix warnings

This commit is contained in:
Victor Zverovich
2017-11-19 08:49:58 -08:00
parent e7e270f511
commit 44e186512b
4 changed files with 87 additions and 86 deletions

View File

@@ -331,7 +331,7 @@ class printf_context :
basic_string_view<Char> format_str, basic_args<printf_context> args)
: Base(format_str, args) {}
using Base::get_parse_context;
using Base::parse_context;
/** Formats stored arguments and writes the output to the buffer. */
FMT_API void format(basic_buffer<Char> &buffer);