Skip to content

Commit a009995

Browse files
hewillkjwakely
authored andcommitted
[iterator.synopsis] Fix inconsistent template constraint
1 parent b5d9d4f commit a009995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iterators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
using const_sentinel = @\seebelow@; // freestanding
347347

348348
// \ref{const.iterators.iterator}, class template \tcode{basic_const_iterator}
349-
template<class Iterator>
349+
template<@\libconcept{input_iterator}@ Iterator>
350350
class basic_const_iterator; // freestanding
351351

352352
template<class T, @\libconcept{common_with}@<T> U>

0 commit comments

Comments
 (0)