Skip to content

Commit 3c0ac90

Browse files
hewillkjwakely
authored andcommitted
[stringstream.members] Add missing param
1 parent 9db1d3b commit 3c0ac90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9992,7 +9992,7 @@
99929992
\indexlibrarymember{str}{basic_stringstream}%
99939993
\begin{itemdecl}
99949994
template<class T>
9995-
void str(const T&);
9995+
void str(const T& t);
99969996
\end{itemdecl}
99979997

99989998
\begin{itemdescr}

0 commit comments

Comments
 (0)