Standard library header <sstream>
Min standard notice:
This header is part of the Input/Output library.
# Defect reports
| DR | Applied to | Behavior as published | Correct behavior |
|---|---|---|---|
| LWG 170 | C++98 | the definitions of traits_type were missing in the synopses ofstd::basic_ostringstream and std::basic_stringstream | added |
| LWG 251 | C++98 | the definitions of allocator_type were missing in the synopses ofstd::basic_stringbuf, std::basic_istringstreamstd::basic_ostringstream and std::basic_stringstream | added |