Skip to content

Commit c3a5e80

Browse files
committed
[functional.syn], [func.bind.place] Use \vdots; add missing \placeholder
1 parent 458b16a commit c3a5e80

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

source/utilities.tex

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10775,9 +10775,7 @@
1077510775
// \tcode{\placeholder{M}} is the \impldef{number of placeholders for bind expressions} number of placeholders
1077610776
@\seebelownc@ _1; // freestanding
1077710777
@\seebelownc@ _2; // freestanding
10778-
.
10779-
.
10780-
.
10778+
@\vdots@
1078110779
@\seebelownc@ _@\placeholdernc{M}@; // freestanding
1078210780
}
1078310781

@@ -12954,13 +12952,11 @@
1295412952
% "namespace placeholders" in [functional.syn]?
1295512953
\begin{codeblock}
1295612954
namespace std::placeholders {
12957-
// M is the number of placeholders
12955+
// \tcode{\placeholder{M}} is the number of placeholders
1295812956
@\seebelow@ _1;
1295912957
@\seebelow@ _2;
12960-
.
12961-
.
12962-
.
12963-
@\seebelow@ _M;
12958+
@\itcorr\vdots@
12959+
@\seebelow@ _@\placeholdernc{M}@;
1296412960
}
1296512961
\end{codeblock}
1296612962

0 commit comments

Comments
 (0)