Skip to content

Commit 87959f5

Browse files
[iterator.synopsis] Update projected in the synopsis of <iterator>
1 parent 8cbd499 commit 87959f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iterators.tex

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

170170
// \ref{projected}, projected
171171
template<@\libconcept{indirectly_readable}@ I, @\libconcept{indirectly_regular_unary_invocable}@<I> Proj>
172-
struct projected; // freestanding
172+
using projected = @\seebelow@; // freestanding
173173

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

0 commit comments

Comments
 (0)