Skip to content

Commit

Permalink
[range.utility.helpers] Move template-argument-list out of \libconcep…
Browse files Browse the repository at this point in the history
…t. (#4127)
  • Loading branch information
Eelis authored and tkoeppe committed Sep 22, 2020
1 parent d016600 commit 8670eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ranges.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@

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

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

0 comments on commit 8670eab

Please sign in to comment.