mirror of
https://github.com/fmtlib/fmt.git
synced 2025-09-19 09:47:55 -04:00
Cleanup the use of FMT_CHAR
This commit is contained in:
parent
267fdc7a1b
commit
76a47d41c8
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user