This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of Resolved status.
strstreambuf is copyableSection: 99 [depr.strstreambuf] Status: Resolved Submitter: Jonathan Wakely Opened: 2018-05-02 Last modified: 2025-11-11
Priority: 4
View all issues with Resolved status.
Discussion:
In C++03 strstreambuf was not copyable, because basic_streambuf wasn't copyable.
In C++11 we made basic_streambuf copyable by derived classes, and strstreambuf
doesn't define any special members, so it (unintentionally?) became copyable, with completely
unspecified semantics.
filebuf and stringbuf.
[2018-06-18 after reflector discussion]
Priority set to 4
[2025-11-10 Resolved by the removal of strstreambuf via paper P2867R2 in Tokyo, 2024. Status changed: New → Resolved.]
Proposed resolution: