mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
clang-format
This commit is contained in:
@@ -21,8 +21,8 @@ template FMT_API void internal::buffer<char>::append(const char *, const char *)
|
||||
template FMT_API void internal::arg_map<format_context>::init(const basic_format_args<format_context> &args);
|
||||
template FMT_API std::string internal::vformat<char>(string_view, basic_format_args<format_context>);
|
||||
template FMT_API format_context::iterator internal::vformat_to(internal::buffer<char> &, string_view, basic_format_args<format_context>);
|
||||
template FMT_API char* internal::sprintf_format(double, internal::buffer<char> &, sprintf_specs);
|
||||
template FMT_API char* internal::sprintf_format(long double, internal::buffer<char> &, sprintf_specs);
|
||||
template FMT_API char *internal::sprintf_format(double, internal::buffer<char> &, sprintf_specs);
|
||||
template FMT_API char *internal::sprintf_format(long double, internal::buffer<char> &, sprintf_specs);
|
||||
|
||||
// Explicit instantiations for wchar_t.
|
||||
template FMT_API wchar_t internal::thousands_sep_impl(locale_ref);
|
||||
|
Reference in New Issue
Block a user