Remove outdated comments
This commit is contained in:
parent
56f518a98f
commit
08d22503bb
@ -2858,8 +2858,7 @@ FMT_API void vprint(std::FILE*, string_view, format_args);
|
|||||||
/**
|
/**
|
||||||
\rst
|
\rst
|
||||||
Formats ``args`` according to specifications in ``fmt`` and writes the output
|
Formats ``args`` according to specifications in ``fmt`` and writes the output
|
||||||
to ``stdout``. Strings are assumed to be in UTF-8 unless the ``FMT_UNICODE``
|
to ``stdout``.
|
||||||
macro is set to 0.
|
|
||||||
|
|
||||||
**Example**::
|
**Example**::
|
||||||
|
|
||||||
@ -2876,8 +2875,7 @@ inline void print(format_string<T...> fmt, T&&... args) {
|
|||||||
/**
|
/**
|
||||||
\rst
|
\rst
|
||||||
Formats ``args`` according to specifications in ``fmt`` and writes the
|
Formats ``args`` according to specifications in ``fmt`` and writes the
|
||||||
output to the file ``f``. Strings are assumed to be in UTF-8 unless the
|
output to the file ``f``.
|
||||||
``FMT_UNICODE`` macro is set to 0.
|
|
||||||
|
|
||||||
**Example**::
|
**Example**::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user