Cleanup the use of FMT_CHAR

This commit is contained in:
Victor Zverovich
2018-09-30 08:45:57 -07:00
parent 267fdc7a1b
commit 76a47d41c8
2 changed files with 18 additions and 20 deletions

View File

@@ -1307,8 +1307,6 @@ std::basic_string<Char> vformat(
basic_format_args<typename buffer_context<Char>::type> args);
} // namespace internal
#define FMT_CHAR(Str) typename internal::format_string_traits<Str>::char_type
template <typename String>
format_context::iterator vformat_to(
internal::basic_buffer<FMT_CHAR(String)> &buf, const String &format_str,