Skip to content

Commit 600f1c0

Browse files
Eelisjensmaurer
authored andcommitted
[std] Use consistent punctuation to terminate non-final list items. (#3175)
1 parent 538f7c6 commit 600f1c0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2068,7 +2068,7 @@
20682068

20692069
\item the names in a \grammarterm{template-argument} of a
20702070
\grammarterm{template-id} are looked up in the context in which the entire
2071-
\grammarterm{postfix-expression} occurs.
2071+
\grammarterm{postfix-expression} occurs;
20722072

20732073
\item the lookup for a name specified in a
20742074
\grammarterm{using-declaration}\iref{namespace.udecl} also finds class or

source/classes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@
13681368

13691369
\item any non-variant non-static data member of const-qualified type (or array
13701370
thereof) with no \grammarterm{brace-or-equal-initializer}
1371-
is not const-default-constructible\iref{dcl.init}.
1371+
is not const-default-constructible\iref{dcl.init},
13721372

13731373
\item \tcode{X} is a union and all of its variant members are of const-qualified
13741374
type (or array thereof),

source/locales.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2858,7 +2858,7 @@
28582858
determined by stage 1 to a
28592859
\tcode{charT}
28602860
using a conversion and values returned by members of
2861-
\tcode{use_facet<numpunct<charT>>(loc)}
2861+
\tcode{use_facet<numpunct<charT>>(loc)}.
28622862
\item
28632863
Stage 3:
28642864
Determine where padding is required.

source/support.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5816,7 +5816,7 @@
58165816
\item
58175817
a call to any standard library function,
58185818
except for plain lock-free atomic operations and
5819-
functions explicitly identified as signal-safe.
5819+
functions explicitly identified as signal-safe;
58205820
\begin{note}
58215821
This implicitly excludes the use of \tcode{new} and \tcode{delete} expressions
58225822
that rely on a library-provided memory allocator.

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18025,7 +18025,7 @@
1802518025
of \tcode{A}'s cv and reference qualifiers, for a non-reference cv-unqualified
1802618026
type \tcode{U},
1802718027
\item \tcode{\placeholdernc{COPYCV}(FROM, TO)} be an alias for type \tcode{TO}
18028-
with the addition of \tcode{FROM}'s top-level cv-qualifiers.
18028+
with the addition of \tcode{FROM}'s top-level cv-qualifiers,
1802918029
\begin{example}
1803018030
\tcode{\placeholdernc{COPYCV}(const int, volatile short)} is an alias for
1803118031
\tcode{const volatile short}.

0 commit comments

Comments
 (0)