mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-27 21:00:01 +01:00
core_format_specs -> sprintf_specs
This commit is contained in:
@@ -36,10 +36,10 @@ 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>&,
|
||||
core_format_specs);
|
||||
sprintf_specs);
|
||||
template FMT_API char* internal::sprintf_format(long double,
|
||||
internal::buffer<char>&,
|
||||
core_format_specs);
|
||||
sprintf_specs);
|
||||
|
||||
// Explicit instantiations for wchar_t.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user