File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8658
8658
\begin{itemdescr}
8659
8659
\pnum
8660
8660
\effects
8661
- Let \tcode {is-const} be
8661
+ Let \exposid {is-const} be
8662
8662
\tcode{true} for the const-qualified overload, and
8663
8663
\tcode{false} otherwise.
8664
8664
Equivalent to:
8665
8665
\begin{codeblock}
8666
- @\exposid{iterator}@<is-const> it(this, in_place_index<0>, ranges::begin(std::get<0>(@\exposid{views_}@)));
8666
+ @\exposid{iterator}@<@\exposid{ is-const}@ > it(this, in_place_index<0>, ranges::begin(std::get<0>(@\exposid{views_}@)));
8667
8667
it.template @\exposid{satisfy}@<0>();
8668
8668
return it;
8669
8669
\end{codeblock}
8679
8679
\begin{itemdescr}
8680
8680
\pnum
8681
8681
\effects
8682
- Let \tcode {is-const} be
8682
+ Let \exposid {is-const} be
8683
8683
\tcode{true} for the const-qualified overload, and
8684
8684
\tcode{false} otherwise.
8685
8685
Equivalent to:
8686
8686
\begin{codeblock}
8687
8687
constexpr auto N = sizeof...(Views);
8688
- if constexpr (@\libconcept{common_range}@<@\exposid{maybe-const}@<is-const, Views...[N - 1]>>) {
8689
- return @\exposid{iterator}@<is-const>(this, in_place_index<N - 1>,
8688
+ if constexpr (@\libconcept{common_range}@<@\exposid{maybe-const}@<@\exposid{ is-const}@ , Views...[N - 1]>>) {
8689
+ return @\exposid{iterator}@<@\exposid{ is-const}@ >(this, in_place_index<N - 1>,
8690
8690
ranges::end(std::get<N - 1>(@\exposid{views_}@)));
8691
8691
} else {
8692
8692
return default_sentinel;
You can’t perform that action at this time.
0 commit comments