Skip to content

Commit 2263304

Browse files
eisenwavejensmaurer
authored andcommitted
[range.zip.sentinel] Add missing \exposid around "maybe-const"
1 parent 38f1bb0 commit 2263304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11944,7 +11944,7 @@
1194411944
\begin{itemdecl}
1194511945
template<bool OtherConst>
1194611946
requires (@\libconcept{sentinel_for}@<sentinel_t<@\exposid{maybe-const}@<Const, Views>>,
11947-
iterator_t<maybe-const<OtherConst, Views>>> && ...)
11947+
iterator_t<@\exposid{maybe-const}@<OtherConst, Views>>> && ...)
1194811948
friend constexpr bool operator==(const @\exposid{iterator}@<OtherConst>& x, const @\exposid{sentinel}@& y);
1194911949
\end{itemdecl}
1195011950

0 commit comments

Comments
 (0)