Skip to content

Commit 3d1de3a

Browse files
committed
CWG3112 Introduce a term for C-style variadic functions
Fixes NB FR 155 (C++26 CD).
1 parent f1e1301 commit 3d1de3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/declarations.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3874,6 +3874,10 @@
38743874
\end{codeblock}
38753875
\end{example}
38763876

3877+
\pnum
3878+
A function with a parameter-type-list that has an ellipsis
3879+
is termed a \defnadj{vararg}{function}.
3880+
38773881
\pnum
38783882
An \defn{explicit-object-parameter-declaration} is
38793883
a \grammarterm{parameter-declaration} with a \keyword{this} specifier.

0 commit comments

Comments
 (0)