Skip to content

Commit ba59ab8

Browse files
author
Stefanus Du Toit
committed
[reverse.iter.opref] Add std:: qualification to addressof() use.
1 parent 58d2679 commit ba59ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iterators.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@
14231423

14241424
\begin{itemdescr}
14251425
\pnum
1426-
\returns \tcode{addressof(operator*())}.
1426+
\returns \tcode{std::addressof(operator*())}.
14271427
\end{itemdescr}
14281428

14291429
\rSec4[reverse.iter.op++]{\tcode{operator++}}

0 commit comments

Comments
 (0)