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 6678
6678
6679
6679
\indexlibrarymember {operator-}{elements_view::iterator}%
6680
6680
\begin {itemdecl }
6681
- constexpr @\exposid {iterator}@ operator-(const @\exposid {iterator}@& x, difference_type y)
6681
+ friend constexpr @\exposid {iterator}@ operator-(const @\exposid {iterator}@& x, difference_type y)
6682
6682
requires @\libconcept {random_access_range}@<@\exposid {Base}@>;
6683
6683
\end {itemdecl }
6684
6684
6690
6690
6691
6691
\indexlibrarymember {operator-}{elements_view::iterator}%
6692
6692
\begin {itemdecl }
6693
- constexpr difference_type operator-(const @\exposid {iterator}@& x, const @\exposid {iterator}@& y)
6693
+ friend constexpr difference_type operator-(const @\exposid {iterator}@& x, const @\exposid {iterator}@& y)
6694
6694
requires @\libconcept {random_access_range}@<@\exposid {Base}@>;
6695
6695
\end {itemdecl }
6696
6696
You can’t perform that action at this time.
0 commit comments