Skip to content

Commit 5dd0216

Browse files
committed
[range.refinements] Fix template argument name ("T", not "R")
1 parent 3da6b0e commit 5dd0216

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
@@ -1624,7 +1624,7 @@
16241624
\begin{itemdecl}
16251625
template<class T>
16261626
concept @\deflibconcept{constant_range}@ =
1627-
@\libconcept{input_range}@<T> && @\exposconcept{constant-iterator}@<iterator_t<R>>;
1627+
@\libconcept{input_range}@<T> && @\exposconcept{constant-iterator}@<iterator_t<T>>;
16281628
\end{itemdecl}
16291629

16301630
\rSec1[range.utility]{Range utilities}

0 commit comments

Comments
 (0)