From 08d22503bb9cd43d43ded982c3fde8e0c20d714f Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 19 May 2021 11:47:21 -0700 Subject: [PATCH] Remove outdated comments --- include/fmt/core.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/fmt/core.h b/include/fmt/core.h index d245726b..54927c06 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -2858,8 +2858,7 @@ FMT_API void vprint(std::FILE*, string_view, format_args); /** \rst 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`` - macro is set to 0. + to ``stdout``. **Example**:: @@ -2876,8 +2875,7 @@ inline void print(format_string fmt, T&&... args) { /** \rst 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 - ``FMT_UNICODE`` macro is set to 0. + output to the file ``f``. **Example**::