Skip to content

Commit 40ec15d

Browse files
jensmaurerlprv
andauthored
Apply suggestions from code review
Co-authored-by: lprv <100177227+lprv@users.noreply.github.com>
1 parent 30c8f33 commit 40ec15d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

source/ranges.tex

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17119,7 +17119,7 @@
1711917119
\tcode{views::all(E)}
1712017120
if \tcode{T} models \libconcept{input_range},
1712117121
does not satisfy \libconcept{common_range}, and
17122-
does not satisfy \libconcept{forward_range};
17122+
does not satisfy \libconcept{forward_range}.
1712317123
\item
1712417124
Otherwise, \tcode{to_input_view(E)}.
1712517125
\end{itemize}
@@ -17162,7 +17162,7 @@
1716217162
\begin{itemdescr}
1716317163
\pnum
1716417164
\effects
17165-
Initializes \exposid{base_} with std::move(base).
17165+
Initializes \exposid{base_} with \tcode{std::move(base)}.
1716617166
\end{itemdescr}
1716717167

1716817168
\begin{itemdecl}
@@ -17271,7 +17271,7 @@
1727117271

1727217272
\begin{itemdecl}
1727317273
constexpr @\exposid{iterator}@(@\exposid{iterator}@<!Const> i)
17274-
requires Const && @\libconcept{convertible_to}@<iterator_t<V>, iterator_t<Base>>;
17274+
requires Const && @\libconcept{convertible_to}@<iterator_t<V>, iterator_t<@\exposid{Base}@>>;
1727517275
\end{itemdecl}
1727617276

1727717277
\begin{itemdescr}
@@ -17281,7 +17281,7 @@
1728117281
\end{itemdescr}
1728217282

1728317283
\begin{itemdecl}
17284-
constexpr iterator_t<Base> base() &&;
17284+
constexpr iterator_t<@\exposid{Base}@> base() &&;
1728517285
\end{itemdecl}
1728617286

1728717287
\begin{itemdescr}
@@ -17291,7 +17291,7 @@
1729117291
\end{itemdescr}
1729217292

1729317293
\begin{itemdecl}
17294-
constexpr const iterator_t<Base>& base() const & noexcept;
17294+
constexpr const iterator_t<@\exposid{Base}@>& base() const & noexcept;
1729517295
\end{itemdecl}
1729617296

1729717297
\begin{itemdescr}
@@ -17301,7 +17301,7 @@
1730117301
\end{itemdescr}
1730217302

1730317303
\begin{itemdecl}
17304-
constexpr iterator& operator++();
17304+
constexpr @\exposid{iterator}@& operator++();
1730517305
\end{itemdecl}
1730617306

1730717307
\begin{itemdescr}
@@ -17325,7 +17325,7 @@
1732517325
\end{itemdescr}
1732617326

1732717327
\begin{itemdecl}
17328-
friend constexpr bool operator==(const @\exposid{iterator}@& x, const sentinel_t<Base>& y);
17328+
friend constexpr bool operator==(const @\exposid{iterator}@& x, const sentinel_t<@\exposid{Base}@>& y);
1732917329
\end{itemdecl}
1733017330

1733117331
\begin{itemdescr}

0 commit comments

Comments
 (0)