Skip to content

Commit 52c7080

Browse files
[iterator.synopsis] Apply changes of P2538R1 to the synopsis of <iterator> (#7841)
Remove `incrementable_traits<projected>` and update `projected`.
1 parent 08b6e70 commit 52c7080

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

source/iterators.tex

+1-4
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,7 @@
169169

170170
// \ref{projected}, projected
171171
template<@\libconcept{indirectly_readable}@ I, @\libconcept{indirectly_regular_unary_invocable}@<I> Proj>
172-
struct projected; // freestanding
173-
174-
template<@\libconcept{weakly_incrementable}@ I, class Proj>
175-
struct incrementable_traits<projected<I, Proj>>; // freestanding
172+
using projected = @\seebelow@; // freestanding
176173

177174
template<@\libconcept{indirectly_readable}@ I, @\libconcept{indirectly_regular_unary_invocable}@<I> Proj>
178175
using projected_value_t = // freestanding

0 commit comments

Comments
 (0)