From f474227b69d10350999a5fc63503725421a89954 Mon Sep 17 00:00:00 2001 From: Geng Cheng Date: Sat, 11 Nov 2023 10:25:39 +0800 Subject: [PATCH] [stringstream.general] Add missing template argument "Allocator" (#6560) --- source/iostreams.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/iostreams.tex b/source/iostreams.tex index 4de815cac6..155919c60f 100644 --- a/source/iostreams.tex +++ b/source/iostreams.tex @@ -9588,7 +9588,7 @@ void str(const T& t); private: - basic_stringbuf sb; // \expos + basic_stringbuf sb; // \expos }; } \end{codeblock}