[Bug libstdc++/14600] New: __gnu_cxx::stdio_sync_filebuf should expose internal FILE*

Richard dot Kreckel at Framatome-ANP dot com gcc-bugzilla@gcc.gnu.org
Tue Mar 16 09:45:00 GMT 2004


Similar to the __gnu_cxx::stdio_filebuf<>::fd() member function, there should be
a __gnu_cxx::stdio_sync_filebuf::c_file() member function which returns the
underlying FILE*.

With the advent of __gnu_cxx::stdio_sync_filebuf<> that feature becomes needed
for interfacing to good ol' Unix machinery.  A patch was proposed on
<http://gcc.gnu.org/ml/libstdc++/2004-02/msg00379.html>.  It even appears that
consensus had been reached:
<http://gcc.gnu.org/ml/libstdc++/2004-02/msg00189.html>. Due to the trivial
nature of the patch, it should also be considered a candidate for 3.4.x.

-- 
           Summary: __gnu_cxx::stdio_sync_filebuf should expose internal
                    FILE*
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Richard dot Kreckel at Framatome-ANP dot com
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14600



More information about the Gcc-bugs mailing list