File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 2731
2731
\begin {itemdescr }
2732
2732
\pnum
2733
2733
\effects
2734
- Initializes \textit {in_stream } with \tcode {\& s}. \textit {value } may be initialized during
2734
+ Initializes \textit {in_stream } with \tcode {addressof(s)}.
2735
+ \textit {value } may be initialized during
2735
2736
construction or the first time it is referenced.
2736
2737
2737
2738
\pnum
2738
- \postcondition \tcode {in_stream == \& s }.
2739
+ \postcondition \tcode {in_stream == addressof(s) }.
2739
2740
\end {itemdescr }
2740
2741
2741
2742
2787
2788
\begin {itemdescr }
2788
2789
\pnum
2789
2790
\returns
2790
- \tcode {\& (operator*())}.
2791
+ \tcode {addressof (operator*())}.
2791
2792
\end {itemdescr }
2792
2793
2793
2794
\indexlibrary {\idxcode {operator++}!\idxcode {istream_iterator}}%
2925
2926
\begin {itemdescr }
2926
2927
\pnum
2927
2928
\effects
2928
- Initializes \textit {out_stream } with \tcode {\& s} and \textit {delim } with null.
2929
+ Initializes \textit {out_stream } with \tcode {addressof(s)} and
2930
+ \textit {delim } with null.
2929
2931
\end {itemdescr }
2930
2932
2931
2933
2937
2939
\begin {itemdescr }
2938
2940
\pnum
2939
2941
\effects
2940
- Initializes \textit {out_stream } with \tcode {\& s} and \textit {delim } with \tcode {delimiter}.
2942
+ Initializes \textit {out_stream } with \tcode {addressof(s)} and
2943
+ \textit {delim } with \tcode {delimiter}.
2941
2944
\end {itemdescr }
2942
2945
2943
2946
You can’t perform that action at this time.
0 commit comments