Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/overloading.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1885,7 +1885,7 @@
viable only if it has an ellipsis in its parameter list\iref{dcl.fct}.
For the purposes of overload resolution,
any argument for which there is no corresponding parameter is
considered to ``match the ellipsis''\iref{over.ics.ellipsis} .
considered to ``match the ellipsis''\iref{over.ics.ellipsis}.
\item
A candidate function having more than
\textit{m}
Expand Down
4 changes: 2 additions & 2 deletions source/regex.tex
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
\tcode{X::length(p)}
& \tcode{size_t}
& Yields the smallest \tcode{i} such that \tcode{p[i] == 0}. Complexity is
linear in \tcode{i} .
linear in \tcode{i}.
\\ \rowsep
\tcode{v.translate(c)}
& \tcode{X::char_type}
Expand Down Expand Up @@ -2841,7 +2841,7 @@
&
For all integers \tcode{0 < n < m.size()}, the end of the sequence that matched
sub-expression \tcode{n}. Alternatively, if sub-expression \tcode{n} did not
participate in the match, then \tcode{last} .
participate in the match, then \tcode{last}.
\\ \rowsep
\tcode{m[n].matched}
&
Expand Down