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 @@ -76,7 +76,7 @@ <h1><code>ostream_joiner</code> constructor</h1>
76
76
< cxx-signature > ostream_joiner(ostream_type& s, const DelimT& delimiter);</ cxx-signature >
77
77
78
78
< cxx-effects >
79
- Initializes < code > out_stream</ code > with < code > &s </ code > ,
79
+ Initializes < code > out_stream</ code > with < code > std::addressof(s) </ code > ,
80
80
< code > delim</ code > with < code > delimiter</ code > ,
81
81
and < code > first_element</ code > with < code > true</ code > .
82
82
</ cxx-effects >
@@ -86,7 +86,7 @@ <h1><code>ostream_joiner</code> constructor</h1>
86
86
< cxx-signature > ostream_joiner(ostream_type& s, DelimT&& delimiter);</ cxx-signature >
87
87
88
88
< cxx-effects >
89
- Initializes < code > out_stream</ code > with < code > &s </ code > ,
89
+ Initializes < code > out_stream</ code > with < code > std::addressof(s) </ code > ,
90
90
< code > delim</ code > with < code > move(delimiter)</ code > ,
91
91
and < code > first_element</ code > with < code > true</ code > .
92
92
</ cxx-effects >
You can’t perform that action at this time.
0 commit comments