Skip to content

Commit 706880e

Browse files
authored
[allocator.requirements.general] Fix missing ellipsis (#6695)
1 parent eb7f0bc commit 706880e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib-intro.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -2572,7 +2572,7 @@
25722572
\end{itemdescr}
25732573

25742574
\begin{itemdecl}
2575-
a.construct(c, args)
2575+
a.construct(c, args...)
25762576
\end{itemdecl}
25772577

25782578
\begin{itemdescr}

0 commit comments

Comments
 (0)