This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of New status.
strstreambuf
is copyableSection: 99 [depr.strstreambuf] Status: New Submitter: Jonathan Wakely Opened: 2018-05-02 Last modified: 2018-06-19
Priority: 4
View all issues with New 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
Proposed resolution: