Skip to content

Commit

Permalink
[stringstream.general] Add missing template argument "Allocator" (#6560)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmcgcg authored Nov 11, 2023
1 parent d97603a commit f474227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9588,7 +9588,7 @@
void str(const T& t);

private:
basic_stringbuf<charT, traits> sb; // \expos
basic_stringbuf<charT, traits, Allocator> sb; // \expos
};
}
\end{codeblock}
Expand Down

0 comments on commit f474227

Please sign in to comment.