From 1005720169c3fd32819192ab099a8138a3709478 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 7 Aug 2023 08:17:55 -0700 Subject: [PATCH] Clarify that visit_format_arg is deprecated --- include/fmt/core.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fmt/core.h b/include/fmt/core.h index f6886cf4..93ac158f 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -1660,6 +1660,7 @@ template class basic_format_arg { ``vis(value)`` will be called with the value of type ``double``. \endrst */ +// DEPRECATED! FMT_EXPORT template FMT_CONSTEXPR FMT_INLINE auto visit_format_arg(