#
The header
<format>
has the following additions:
namespace
std
{
template
<
class
Visitor,
class
Context
>
decltype
(
auto
)
visit_format_arg
(
Visitor
&
&
vis, basic_format_arg
<
Context
>
arg
)
;
}