mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-08 02:28:15 +00:00
Remove unused variable
This commit is contained in:
parent
562a9f4991
commit
a9337395a2
@ -592,7 +592,6 @@ OutputIt format_to(OutputIt out, const CompiledFormat& cf,
|
|||||||
using char_type = typename CompiledFormat::char_type;
|
using char_type = typename CompiledFormat::char_type;
|
||||||
using range = internal::output_range<OutputIt, char_type>;
|
using range = internal::output_range<OutputIt, char_type>;
|
||||||
using context = format_context_t<OutputIt, char_type>;
|
using context = format_context_t<OutputIt, char_type>;
|
||||||
format_arg_store<context, Args...> as(args...);
|
|
||||||
return cf.template vformat_to<range, context>(
|
return cf.template vformat_to<range, context>(
|
||||||
range(out), {make_format_args<context>(args...)});
|
range(out), {make_format_args<context>(args...)});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user