Skip to content

Commit 4212985

Browse files
eisenwavetkoeppe
authored andcommitted
[concept.regularinvocable], [iterator.concept.winc] Replace "annotation" with "comment"
Fixes NB US 71-128 (C++26 CD).
1 parent 1fcd55f commit 4212985

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

source/concepts.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,8 +1261,8 @@
12611261
equality-preserving\iref{concepts.equality} and
12621262
shall not modify the function object or the arguments.
12631263
\begin{note}
1264-
This requirement supersedes the annotation in the definition of
1265-
\libconcept{invocable}.
1264+
This requirement supersedes the ``not required to be equality-preserving'' comment
1265+
in the definition of \libconcept{invocable}.
12661266
\end{note}
12671267

12681268
\pnum

source/iterators.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,8 @@
15881588
and post-increment operators. The increment operations are required to be equality-preserving,
15891589
and the type is required to be \libconcept{equality_comparable}.
15901590
\begin{note}
1591-
This supersedes the annotations on the increment expressions
1591+
This supersedes the ``not required to be equality-preserving'' comments
1592+
on the increment expressions
15921593
in the definition of \libconcept{weakly_incrementable}.
15931594
\end{note}
15941595

0 commit comments

Comments
 (0)