Skip to content

Commit 5d16ad0

Browse files
authored
[iterator.synopsis] Remove blank extra line (#7619)
1 parent d7618b4 commit 5d16ad0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/iterators.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@
174174
template<@\libconcept{weakly_incrementable}@ I, class Proj>
175175
struct incrementable_traits<projected<I, Proj>>; // freestanding
176176

177-
178177
template<@\libconcept{indirectly_readable}@ I, @\libconcept{indirectly_regular_unary_invocable}@<I> Proj>
179178
using projected_value_t = // freestanding
180179
remove_cvref_t<invoke_result_t<Proj&, iter_value_t<I>&>>;

0 commit comments

Comments
 (0)