Skip to content

Commit f474227

Browse files
authored
[stringstream.general] Add missing template argument "Allocator" (#6560)
1 parent d97603a commit f474227

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
@@ -9588,7 +9588,7 @@
95889588
void str(const T& t);
95899589

95909590
private:
9591-
basic_stringbuf<charT, traits> sb; // \expos
9591+
basic_stringbuf<charT, traits, Allocator> sb; // \expos
95929592
};
95939593
}
95949594
\end{codeblock}

0 commit comments

Comments
 (0)