Skip to content

Commit 7643924

Browse files
committed
FIXUP: Remove spaces in #error/#warning; make \grammarterm{static_assert-declaration} plural.
1 parent c6c23c9 commit 7643924

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/intro.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -813,11 +813,11 @@
813813
\begin{itemize}
814814
\item
815815
shall not accept a preprocessing translation unit containing
816-
a \tcode{\# error} preprocessing directive\iref{cpp.error},
816+
a \tcode{\#error} preprocessing directive\iref{cpp.error},
817817
\item
818818
shall issue at least one diagnostic message for
819-
each \tcode{\# warning} or \tcode{\# error} preprocessing directive
820-
not following a \tcode{\# error} preprocessing directive in
819+
each \tcode{\#warning} or \tcode{\#error} preprocessing directive
820+
not following a \tcode{\#error} preprocessing directive in
821821
a preprocessing translation unit, and
822822
\item
823823
shall not accept a translation unit with

source/templates.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4438,7 +4438,7 @@
44384438
\begin{itemize}
44394439
\item
44404440
no valid specialization,
4441-
ignoring \grammarterm{static_assert-declaration} that fail,
4441+
ignoring \grammarterm{static_assert-declaration}{s} that fail,
44424442
can be generated for a template
44434443
or a substatement of a constexpr if statement\iref{stmt.if} within a template
44444444
and the template is not instantiated, or

0 commit comments

Comments
 (0)