We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce979ad commit 65dcccdCopy full SHA for 65dcccd
source/ranges.tex
@@ -3573,7 +3573,7 @@
3573
\begin{itemdescr}
3574
\pnum
3575
\effects
3576
-Equivalent to \tcode{x.\exposid{current_} == y.\exposid{current_}}.
+Equivalent to: \tcode{return x.\exposid{current_} == y.\exposid{current_};}.
3577
\end{itemdescr}
3578
3579
\indexlibrarymember{operator<=>}{repeat_view::iterator}%
@@ -3584,7 +3584,7 @@
3584
3585
3586
3587
-Equivalent to \tcode{x.\exposid{current_} <=> y.\exposid{current_}}.
+Equivalent to: \tcode{return x.\exposid{current_} <=> y.\exposid{current_};}.
3588
3589
3590
\indexlibrarymember{operator+}{repeat_view::iterator}%
0 commit comments