Skip to content

Commit a23caf7

Browse files
authored
[range.iota.sentinel] Add missing \exposid (#5797)
1 parent d5ba45d commit a23caf7

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
@@ -3354,7 +3354,7 @@
33543354
\end{itemdescr}
33553355

33563356
\begin{itemdecl}
3357-
friend constexpr iter_difference_t<W> operator-(const @\exposid{iterator}@& x, const sentinel& y)
3357+
friend constexpr iter_difference_t<W> operator-(const @\exposid{iterator}@& x, const @\exposid{sentinel}@& y)
33583358
requires @\libconcept{sized_sentinel_for}@<Bound, W>;
33593359
\end{itemdecl}
33603360

0 commit comments

Comments
 (0)