Skip to content

Commit

Permalink
[stringbuf.cons] Fix whitespace around reference declarators (cpluspl…
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas-Krug authored Jan 6, 2024
1 parent 7ddcd43 commit 61be6a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8081,7 +8081,7 @@

\indexlibraryctor{basic_stringbuf}%
\begin{itemdecl}
basic_stringbuf(ios_base::openmode which, const Allocator &a);
basic_stringbuf(ios_base::openmode which, const Allocator& a);
\end{itemdecl}

\begin{itemdescr}
Expand Down Expand Up @@ -8119,7 +8119,7 @@
template<class SAlloc>
basic_stringbuf(
const basic_string<charT, traits, SAlloc>& s,
ios_base::openmode which, const Allocator &a);
ios_base::openmode which, const Allocator& a);
\end{itemdecl}

\begin{itemdescr}
Expand Down

0 comments on commit 61be6a5

Please sign in to comment.