mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-30 12:24:59 +00:00
Remove undocumented and obsolete vprintf overload
This commit is contained in:
parent
0c0926395d
commit
a216f2562d
@ -686,18 +686,6 @@ inline int vfprintf(
|
|||||||
return static_cast<int>(buffer.size());
|
return static_cast<int>(buffer.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Formats arguments and writes the output to the range. */
|
|
||||||
template <typename ArgFormatter, typename Char,
|
|
||||||
typename Context =
|
|
||||||
basic_printf_context<typename ArgFormatter::iterator, Char>>
|
|
||||||
typename ArgFormatter::iterator vprintf(
|
|
||||||
detail::buffer<Char>& out, basic_string_view<Char> format_str,
|
|
||||||
basic_format_args<type_identity_t<Context>> args) {
|
|
||||||
typename ArgFormatter::iterator iter(out);
|
|
||||||
Context(iter, format_str, args).template format<ArgFormatter>();
|
|
||||||
return iter;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\rst
|
\rst
|
||||||
Prints formatted data to the stream *os*.
|
Prints formatted data to the stream *os*.
|
||||||
|
Loading…
Reference in New Issue
Block a user