Clarify that visit_format_arg is deprecated

This commit is contained in:
Victor Zverovich 2023-08-07 08:17:55 -07:00
parent 96d1fa22d4
commit 1005720169

View File

@ -1660,6 +1660,7 @@ template <typename Context> class basic_format_arg {
``vis(value)`` will be called with the value of type ``double``.
\endrst
*/
// DEPRECATED!
FMT_EXPORT
template <typename Visitor, typename Context>
FMT_CONSTEXPR FMT_INLINE auto visit_format_arg(