Skip to content

Commit 4802b7e

Browse files
committed
FIXUP: Fix punctuation and formatting, and apply missing edit
1 parent d421400 commit 4802b7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/iterators.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2415,8 +2415,8 @@
24152415

24162416
\pnum
24172417
To implement algorithms taking projections,
2418-
it is necessary to determine the projected type of an iterators value type.
2419-
The exposition-only alias template \tcode{indirect-value-t<T>} denotes
2418+
it is necessary to determine the projected type of an iterator's value type.
2419+
The exposition-only alias template \tcode{\exposid{indirect-value-t}<T>} denotes
24202420
\begin{itemize}
24212421
\item
24222422
\tcode{invoke_result_t<Proj\&, \exposid{indirect-value-t}<I>>}
@@ -2479,7 +2479,7 @@
24792479
@\libconcept{copy_constructible}@<F> &&
24802480
@\libconcept{equivalence_relation}@<F&, @\exposid{indirect-value-t}@<I1>, @\exposid{indirect-value-t}@<I2>> &&
24812481
@\libconcept{equivalence_relation}@<F&, @\exposid{indirect-value-t}@<I1>, iter_reference_t<I2>> &&
2482-
@\libconcept{equivalence_relation}@<F&, iter_reference_t<I1>, iter_value_t<I2>&> &&
2482+
@\libconcept{equivalence_relation}@<F&, iter_reference_t<I1>, @\exposid{indirect-value-t}@<I2>&> &&
24832483
@\libconcept{equivalence_relation}@<F&, iter_reference_t<I1>, iter_reference_t<I2>> &&
24842484
@\libconcept{equivalence_relation}@<F&, iter_common_reference_t<I1>, iter_common_reference_t<I2>>;
24852485

0 commit comments

Comments
 (0)