File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6641
6641
6642
6642
\indexlibrarymember {operator-}{elements_view::iterator}%
6643
6643
\begin {itemdecl }
6644
- constexpr @\exposid {iterator}@ operator-(const @\exposid {iterator}@& x, difference_type y)
6644
+ friend constexpr @\exposid {iterator}@ operator-(const @\exposid {iterator}@& x, difference_type y)
6645
6645
requires @\libconcept {random_access_range}@<@\exposid {Base}@>;
6646
6646
\end {itemdecl }
6647
6647
6653
6653
6654
6654
\indexlibrarymember {operator-}{elements_view::iterator}%
6655
6655
\begin {itemdecl }
6656
- constexpr difference_type operator-(const @\exposid {iterator}@& x, const @\exposid {iterator}@& y)
6656
+ friend constexpr difference_type operator-(const @\exposid {iterator}@& x, const @\exposid {iterator}@& y)
6657
6657
requires @\libconcept {random_access_range}@<@\exposid {Base}@>;
6658
6658
\end {itemdecl }
6659
6659
You can’t perform that action at this time.
0 commit comments