We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ddcd43 commit 61be6a5Copy full SHA for 61be6a5
source/iostreams.tex
@@ -8081,7 +8081,7 @@
8081
8082
\indexlibraryctor{basic_stringbuf}%
8083
\begin{itemdecl}
8084
-basic_stringbuf(ios_base::openmode which, const Allocator &a);
+basic_stringbuf(ios_base::openmode which, const Allocator& a);
8085
\end{itemdecl}
8086
8087
\begin{itemdescr}
@@ -8119,7 +8119,7 @@
8119
template<class SAlloc>
8120
basic_stringbuf(
8121
const basic_string<charT, traits, SAlloc>& s,
8122
- ios_base::openmode which, const Allocator &a);
+ ios_base::openmode which, const Allocator& a);
8123
8124
8125
0 commit comments