File tree Expand file tree Collapse file tree 4 files changed +66
-1039
lines changed Expand file tree Collapse file tree 4 files changed +66
-1039
lines changed Original file line number Diff line number Diff line change 190
190
\item \tcode {little_endian}.
191
191
\end {itemize }
192
192
193
+ \nodiffref
194
+ \change
195
+ Remove header \libnoheader {strstream} and all its contents.
196
+ \rationale
197
+ The header has been deprecated since the original \Cpp {} standard; the
198
+ \libheader {spanstream} header provides an updated, safer facility.
199
+ Ongoing support is at implementer's discretion,
200
+ exercising freedoms granted by \ref {zombie.names }.
201
+ \effect
202
+ A valid \CppXXIII {} program \tcode {\# include}-ing the header or importing the
203
+ header unit may become ill-formed. Code that uses any of the following classes
204
+ by importing one of the standard library modules may become ill-formed:
205
+ \begin {itemize }
206
+ \item \tcode {istrstream}
207
+ \item \tcode {ostrstream}
208
+ \item \tcode {strstream}
209
+ \item \tcode {strstreambuf}
210
+ \end {itemize }
211
+
193
212
\rSec 1[diff.cpp20]{\Cpp {} and ISO \CppXX {}}
194
213
195
214
\rSec 2[diff.cpp20.general]{General}
You can’t perform that action at this time.
0 commit comments