Skip to content

Commit cb25f9b

Browse files
[projected] projected is an alias template after P2538R1 (#7901)
1 parent a770261 commit cb25f9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/iterators.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2515,10 +2515,10 @@
25152515
}
25162516
\end{codeblock}
25172517

2518-
\rSec3[projected]{Class template \tcode{projected}}
2518+
\rSec3[projected]{Alias template \tcode{projected}}
25192519

25202520
\pnum
2521-
Class template \tcode{projected} is used to constrain algorithms
2521+
Alias template \tcode{projected} is used to constrain algorithms
25222522
that accept callable objects and projections\iref{defns.projection}.
25232523
It combines an \libconcept{indirectly_readable} type \tcode{I} and
25242524
a callable object type \tcode{Proj} into a new \libconcept{indirectly_readable} type

0 commit comments

Comments
 (0)