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 298
298
template<class BiIter>
299
299
bool operator==(const sub_match<BiIter>& lhs, const sub_match<BiIter>& rhs);
300
300
template<class BiIter>
301
- constexpr auto operator<=>(const sub_match<BiIter>& lhs, const sub_match<BiIter>& rhs);
301
+ auto operator<=>(const sub_match<BiIter>& lhs, const sub_match<BiIter>& rhs);
302
302
303
303
template<class BiIter, class ST, class SA>
304
304
bool operator==(
1808
1808
\indexlibrarymember {sub_match}{operator<=>}%
1809
1809
\begin {itemdecl }
1810
1810
template<class BiIter>
1811
- bool operator<=>(const sub_match<BiIter>& lhs, const sub_match<BiIter>& rhs);
1811
+ auto operator<=>(const sub_match<BiIter>& lhs, const sub_match<BiIter>& rhs);
1812
1812
\end {itemdecl }
1813
1813
1814
1814
\begin {itemdescr }
You can’t perform that action at this time.
0 commit comments