Skip to content

Commit e534fb2

Browse files
committed
[special.mem.concepts] Fixed misspelled "sized_sentinel_for".
This was a misapplication of P3179R9.
1 parent 8ff31fa commit e534fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/algorithms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13593,7 +13593,7 @@
1359313593
template<class S, class I>
1359413594
concept @\defexposconcept{nothrow-sized-sentinel-for}@ = // \expos
1359513595
@\exposconcept{nothrow-sentinel-for}@<S, I> &&
13596-
@\libconcept{sentinel_for}@<S, I>;
13596+
@\libconcept{sized_sentinel_for}@<S, I>;
1359713597
\end{itemdecl}
1359813598

1359913599
\begin{itemdescr}

0 commit comments

Comments
 (0)