From: Craig Rodrigues Date: Tue, 15 Jan 2002 01:29:39 +0000 (+0000) Subject: porting-howto.xml: Update filebuf section. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=749d98f055f8db6d901ce6e3c1f552a83040a970;p=gcc.git porting-howto.xml: Update filebuf section. 2002-01-14 Craig Rodrigues * docs/html/17_intro/porting-howto.xml: Update filebuf section. From-SVN: r48860 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ecd575702a0..383bb751da1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2002-01-14 Craig Rodrigues + + * docs/html/17_intro/porting-howto.xml: Update filebuf section. + 2002-01-14 Paolo Carlini Nathan Myers diff --git a/libstdc++-v3/docs/html/17_intro/porting-howto.xml b/libstdc++-v3/docs/html/17_intro/porting-howto.xml index 1c028433355..946dd18ae6a 100644 --- a/libstdc++-v3/docs/html/17_intro/porting-howto.xml +++ b/libstdc++-v3/docs/html/17_intro/porting-howto.xml @@ -377,7 +377,9 @@ o clean up the section-numbering std::streambuf (or std::basic_streambuf<..>) which opens a file given a descriptor, and then pass an instance of this to the - stream-constructor (from the Josuttis-book). + stream-constructor. For an example of this, refer to + fdstream example + by Nicolai Josuttis.