This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/57394] New: basic_streambuf incorrect constructor / copy constructor access specifier


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]