mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 12:14:26 +00:00
Update signatures
This commit is contained in:
parent
c11e68305f
commit
a3a74672a0
@ -357,7 +357,7 @@ user-defined types that have overloaded ``operator<<``::
|
||||
std::string s = fmt::format("The date is {}", date(2012, 12, 9));
|
||||
// s == "The date is 2012-12-9"
|
||||
|
||||
.. doxygenfunction:: print(std::basic_ostream<Char>&, const S&, const Args&...)
|
||||
.. doxygenfunction:: print(std::basic_ostream<Char>&, const S&, Args&&...)
|
||||
|
||||
.. _printf-api:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user