http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57394
Bug ID: 57394 Summary: basic_streambuf incorrect constructor / copy constructor access specifier Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: lukeallardyce at yahoo dot co.uk Although the GCC C++11 status page marks stream buffers as completed, according to ยง 27.6.3 the basic_streambuf constructor and copy constructor should be protected, not private.