Skip to content

Commit 1bf9d83

Browse files
AlisdairMtkoeppe
authored andcommitted
[expr.call][expr.const] Index use of va_arg macro
1 parent ee6ed74 commit 1bf9d83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/expressions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3511,7 +3511,7 @@
35113511
\indextext{ellipsis!conversion sequence}%
35123512
When there is no parameter for a given argument, the argument is passed
35133513
in such a way that the receiving function can obtain the value of the
3514-
argument by invoking \tcode{va_arg}\iref{support.runtime}.
3514+
argument by invoking \libmacro{va_arg}\iref{support.runtime}.
35153515
\begin{note}
35163516
This paragraph does not apply to arguments passed to a function parameter pack.
35173517
Function parameter packs are expanded during template instantiation\iref{temp.variadic},
@@ -7912,7 +7912,7 @@
79127912
an \grammarterm{asm-declaration}\iref{dcl.asm};
79137913

79147914
\item
7915-
an invocation of the \tcode{va_arg} macro\iref{cstdarg.syn};
7915+
an invocation of the \libmacro{va_arg} macro\iref{cstdarg.syn};
79167916

79177917
\item
79187918
a non-constant library call\iref{defns.nonconst.libcall};

0 commit comments

Comments
 (0)