Skip to content

Commit 8670eab

Browse files
Eelistkoeppe
authored andcommitted
[range.utility.helpers] Move template-argument-list out of \libconcept. (#4127)
1 parent d016600 commit 8670eab

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
@@ -1281,7 +1281,7 @@
12811281

12821282
template<class I>
12831283
concept @\defexposconcept{has-arrow}@ = // \expos
1284-
@\libconcept{input_iterator<I>}@ && (is_pointer_v<I> || requires(I i) { i.operator->(); });
1284+
@\libconcept{input_iterator}@<I> && (is_pointer_v<I> || requires(I i) { i.operator->(); });
12851285

12861286
template<class T, class U>
12871287
concept @\defexposconcept{not-same-as}@ = // \expos

0 commit comments

Comments
 (0)