File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19186
19186
template<class Context> class basic_format_arg;
19187
19187
19188
19188
template<class Visitor, class Context>
19189
- @\seebelow@ visit_format_arg(Visitor&& vis, basic_format_arg<Context> arg);
19189
+ decltype(auto) visit_format_arg(Visitor&& vis, basic_format_arg<Context> arg);
19190
19190
19191
19191
// \ref{format.arg.store}, class template \exposid{format-arg-store}
19192
19192
template<class Context, class... Args> struct @\placeholder{format-arg-store}@; // \expos
20950
20950
\indexlibraryglobal{visit_format_arg}%
20951
20951
\begin{itemdecl}
20952
20952
template<class Visitor, class Context>
20953
- @\seebelow@ visit_format_arg(Visitor&& vis, basic_format_arg<Context> arg);
20953
+ decltype(auto) visit_format_arg(Visitor&& vis, basic_format_arg<Context> arg);
20954
20954
\end{itemdecl}
20955
20955
20956
20956
\begin{itemdescr}
You can’t perform that action at this time.
0 commit comments