Skip to content

Move plural 's' out of \grammarterm. #1520

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 16, 2017
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
4 changes: 2 additions & 2 deletions source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@
only of the declarative region following the name's point of
declaration, but also of all function bodies, default arguments,
\grammarterm{noexcept-specifier}{s}, and
\grammarterm{brace-or-equal-initializers} of non-static data members
\grammarterm{brace-or-equal-initializer}{s} of non-static data members
in that class (including such
things in nested classes).

Expand Down Expand Up @@ -1778,7 +1778,7 @@
declarations of \tcode{m} in \tcode{X} and the inline namespace set of
\tcode{X}~(\ref{namespace.def}). If $S'(X, m)$ is not empty, $S(X, m)$
is $S'(X, m)$; otherwise, $S(X, m)$ is the union of $S(N_i, m)$ for
all namespaces $N_i$ nominated by \grammarterm{using-directives} in
all namespaces $N_i$ nominated by \grammarterm{using-directive}{s} in
\tcode{X} and its inline namespace set.

\pnum
Expand Down
2 changes: 1 addition & 1 deletion source/declarations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@
\indextext{function|seealso{friend function; member function; inline function; virtual function}}

\pnum
\grammarterm{Function-specifiers}
\grammarterm{Function-specifier}{s}
can be used only in function declarations.

\begin{bnf}
Expand Down
4 changes: 2 additions & 2 deletions source/declarators.tex
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
and each \tcode{Di} is an \grammarterm{init-declarator}.
One exception is when a name introduced by one of the
\grammarterm{declarator}{s} hides a type name used by the
\grammarterm{decl-specifiers}, so that when the same
\grammarterm{decl-specifiers} are used in a subsequent declaration,
\grammarterm{decl-specifier}{s}, so that when the same
\grammarterm{decl-specifier}{s} are used in a subsequent declaration,
they do not have the same meaning, as in
\begin{codeblock}
struct S { ... };
Expand Down
2 changes: 1 addition & 1 deletion source/exceptions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@
The \grammarterm{handler} is of type \cv{}~\tcode{T} or
\cv{}~\tcode{T\&} and
\tcode{E} and \tcode{T}
are the same type (ignoring the top-level \grammarterm{cv-qualifiers}), or
are the same type (ignoring the top-level \grammarterm{cv-qualifier}{s}), or
\item%
the \grammarterm{handler} is of type \cv{}~\tcode{T} or
\cv{}~\tcode{T\&} and
Expand Down
2 changes: 1 addition & 1 deletion source/expressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3755,7 +3755,7 @@
is an rvalue reference to object type; otherwise the result is a prvalue.
\begin{note}
If \tcode{T} is a non-class type that is cv-qualified, the
\grammarterm{cv-qualifiers} are discarded when determining the type of the
\grammarterm{cv-qualifier}{s} are discarded when determining the type of the
resulting prvalue; see Clause~\ref{expr}.
\end{note}

Expand Down
4 changes: 2 additions & 2 deletions source/special.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1890,13 +1890,13 @@
as they appear in the
\grammarterm{base-specifier-list}
(regardless of the order of the
\grammarterm{mem-initializers}).
\grammarterm{mem-initializer}{s}).
\item
\indextext{initialization!order of member}%
Then, non-static data members are initialized in the order
they were declared in the class definition
(again regardless of the order of the
\grammarterm{mem-initializers}).
\grammarterm{mem-initializer}{s}).
\item
Finally, the \grammarterm{compound-statement} of the constructor
body is executed.
Expand Down
2 changes: 1 addition & 1 deletion source/statements.tex
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@
\item
if the \grammarterm{for-range-initializer} is an \grammarterm{expression},
it is regarded as if it were surrounded by parentheses (so that a comma operator
cannot be reinterpreted as delimiting two \grammarterm{init-declarators});
cannot be reinterpreted as delimiting two \grammarterm{init-declarator}{s});

\item \tcode{__range}, \tcode{__begin}, and \tcode{__end} are variables defined for
exposition only; and
Expand Down