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 f487808 commit 2fb9e12Copy full SHA for 2fb9e12
source/ranges.tex
@@ -8365,7 +8365,7 @@
8365
\begin{itemdescr}
8366
\pnum
8367
\effects
8368
-Equivalent to: \tcode{return iterator\{x\} += y;}
+Equivalent to: \tcode{return \exposid{iterator}\{x\} += y;}
8369
\end{itemdescr}
8370
8371
\indexlibrarymember{operator+}{elements_view::iterator}%
@@ -8389,7 +8389,7 @@
8389
8390
8391
8392
-Equivalent to: \tcode{return iterator\{x\} -= y;}
+Equivalent to: \tcode{return \exposid{iterator}\{x\} -= y;}
8393
8394
8395
\indexlibrarymember{operator-}{elements_view::iterator}%
0 commit comments