mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 19:24:48 +02:00
Cleanup the use of FMT_CHAR
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user