From 9e009a4fc629d3f2193623ff137d7dee63e08e81 Mon Sep 17 00:00:00 2001 From: Eelis van der Weegen Date: Fri, 4 Sep 2020 05:59:52 +0200 Subject: [PATCH] [re, over.match.viable] Remove bad space before full stop. --- source/overloading.tex | 2 +- source/regex.tex | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/overloading.tex b/source/overloading.tex index 99e924d21b..be977eec0f 100644 --- a/source/overloading.tex +++ b/source/overloading.tex @@ -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} diff --git a/source/regex.tex b/source/regex.tex index 2837c18d29..9835a92007 100644 --- a/source/regex.tex +++ b/source/regex.tex @@ -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} @@ -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} &