This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Status of basic_filebuf<> code
- To: 'Benjamin Kosnik' <bkoz at redhat dot com>, libstdc++ at gcc dot gnu dot org
- Subject: Status of basic_filebuf<> code
- From: Greg Bumgardner <bumgard at roguewave dot com>
- Date: Thu, 22 Feb 2001 09:12:30 -0800
Now that I have finished a complete set of facet specializations, I would
like to exercise them, but the functionality I need to test codecvt<> is
currently #ifdef'd out in basic_filebuf<>'s underflow() and
_M_really_overflow() methods.
It also appears that there are some outstanding issues to resolve regarding
the imbue() method on this same class.
What needs to be done to finish this code?
-g.b.