File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1885
1885
viable only if it has an ellipsis in its parameter list\iref {dcl.fct }.
1886
1886
For the purposes of overload resolution,
1887
1887
any argument for which there is no corresponding parameter is
1888
- considered to `` match the ellipsis'' \iref {over.ics.ellipsis } .
1888
+ considered to `` match the ellipsis'' \iref {over.ics.ellipsis }.
1889
1889
\item
1890
1890
A candidate function having more than
1891
1891
\textit {m }
Original file line number Diff line number Diff line change 159
159
\tcode {X::length(p)}
160
160
& \tcode {size_t}
161
161
& Yields the smallest \tcode {i} such that \tcode {p[i] == 0}. Complexity is
162
- linear in \tcode {i} .
162
+ linear in \tcode {i}.
163
163
\\ \rowsep
164
164
\tcode {v.translate(c)}
165
165
& \tcode {X::char_type}
2841
2841
&
2842
2842
For all integers \tcode {0 < n < m.size()}, the end of the sequence that matched
2843
2843
sub-expression \tcode {n}. Alternatively, if sub-expression \tcode {n} did not
2844
- participate in the match, then \tcode {last} .
2844
+ participate in the match, then \tcode {last}.
2845
2845
\\ \rowsep
2846
2846
\tcode {m[n].matched}
2847
2847
&
You can’t perform that action at this time.
0 commit comments