Skip to content

Commit 5e49eff

Browse files
Andreas-Krugjwakely
authored andcommitted
[range.to.input.iterator] Move closing parentheses after @\exposid
1 parent 2ab6288 commit 5e49eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ranges.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17950,7 +17950,7 @@
1795017950
\begin{itemdescr}
1795117951
\pnum
1795217952
\returns
17953-
\tcode{std::move(\exposid{current_)}}.
17953+
\tcode{std::move(\exposid{current_})}.
1795417954
\end{itemdescr}
1795517955

1795617956
\indexlibrarymember{base}{to_input_view::\exposid{iterator}}%
@@ -18040,7 +18040,7 @@
1804018040
\indexlibrarymember{iter_swap}{to_input_view::\exposid{iterator}}%
1804118041
\begin{itemdecl}
1804218042
friend constexpr void iter_swap(const @\exposid{iterator}@& x, const @\exposid{iterator}@& y)
18043-
noexcept(noexcept(ranges::iter_swap(x.@\exposid{current_}@, y.@\exposid{current_)}@))
18043+
noexcept(noexcept(ranges::iter_swap(x.@\exposid{current_}@, y.@\exposid{current_}@)))
1804418044
requires @\libconcept{indirectly_swappable}@<iterator_t<@\exposid{Base}@>>;
1804518045
\end{itemdecl}
1804618046

0 commit comments

Comments
 (0)