Skip to content

Commit aa08a75

Browse files
committed
[common.iter.nav] Avoid newline in index entry
Fixes #4544
1 parent f8ac034 commit aa08a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iterators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5004,7 +5004,7 @@
50045004
Otherwise, if
50055005
\tcode{requires (I\& i) \{ \{ *i++ \} -> \exposconceptnc{can-reference}; \}}
50065006
is \tcode{true} or
5007-
\tcode{\libconcept{constructible_\newline{}from}<iter_value_t<I>, iter_reference_t<I>>}
5007+
\tcode{\libconceptx{constructible_\newline{}from}{constructible_from}<iter_value_t<I>, iter_reference_t<I>>}
50085008
is \tcode{false},
50095009
equivalent to:
50105010
\begin{codeblock}

0 commit comments

Comments
 (0)