Skip to content

Commit 7119853

Browse files
burblebeetkoeppe
authored andcommitted
[indirectcallable.traits] Clarify template vs specialization
This is a fix for the wording in paper P2609R3. The template is distinct from its specialization, and "indirect-value-t<T>" is not "the exposition template".
1 parent 0033ea3 commit 7119853

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/iterators.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2419,7 +2419,8 @@
24192419
\pnum
24202420
To implement algorithms taking projections,
24212421
it is necessary to determine the projected type of an iterator's value type.
2422-
The exposition-only alias template \tcode{\exposid{indirect-value-t}<T>} denotes
2422+
For the exposition-only alias template \exposid{indirect-value-t},
2423+
\tcode{\exposid{indirect-value-t}<T>} denotes
24232424
\begin{itemize}
24242425
\item
24252426
\tcode{invoke_result_t<Proj\&, \exposid{indirect-value-t}<I>>}

0 commit comments

Comments
 (0)