Skip to content

Commit ba642aa

Browse files
committed
[ostream] Add back the comments that P1423R3 requested, but now as a
note.
1 parent ac9189f commit ba642aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/iostreams.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5927,6 +5927,12 @@
59275927
rethrows the exception without completing its actions, otherwise
59285928
it does not throw anything and treat as an error.
59295929

5930+
\pnum
5931+
\begin{note}
5932+
The deleted overloads of \tcode{operator<<}
5933+
prevent formatting characters as integers and strings as pointers.
5934+
\end{note}
5935+
59305936
\rSec4[ostream.cons]{Constructors}
59315937

59325938
\indexlibrary{\idxcode{basic_ostream}!constructor}%

0 commit comments

Comments
 (0)