On Sun, 20 Sept 2026 at 16:48, Gerald Pfeifer <[email protected]> wrote: > > "The C++ Standard Library" now has a site of its own under > www.cppstdlib.com, however this material seems gone (or not > available online).
It still seems to be present: https://www.josuttis.com/cppcode/fdstream.html > > I have *NOT* pushed this yet. - Waiting for your guidance. > > Gerald > > > libstdc++-v3: > * doc/xml/manual/backwards_compatibility.xml: Drop reference to > fdstream example by Nicolai M. Josuttis. > * doc/html/manual/backwards.html: Regenerate. > --- > libstdc++-v3/doc/html/manual/backwards.html | 4 ---- > libstdc++-v3/doc/xml/manual/backwards_compatibility.xml | 5 ----- > 2 files changed, 9 deletions(-) > > diff --git a/libstdc++-v3/doc/html/manual/backwards.html > b/libstdc++-v3/doc/html/manual/backwards.html > index a39dce883cb..cd65dde2e81 100644 > --- a/libstdc++-v3/doc/html/manual/backwards.html > +++ b/libstdc++-v3/doc/html/manual/backwards.html > @@ -162,10 +162,6 @@ No <code class="code">stream::attach(int fd)</code> > <code class="classname">__gnu_cxx::stdio_filebuf</code>. > This class can be constructed from a C <code class="code">FILE*</code> > or a file > descriptor, and provides the <code class="code">fd()</code> function. > - </p><p> > - For another example of this, refer to > - <a class="link" href="http://www.josuttis.com/cppcode/fdstream.html" > target="_top">fdstream example</a> > - by Nicolai Josuttis. > </p></div><div class="section"><div class="titlepage"><div><div><h4 > class="title"><a id="backwards.third.support_cxx98"></a> > Support for C++98 dialect. > </h4></div></div></div><p>Check for complete library coverage of the > C++1998/2003 standard. > diff --git a/libstdc++-v3/doc/xml/manual/backwards_compatibility.xml > b/libstdc++-v3/doc/xml/manual/backwards_compatibility.xml > index 24993aa07d2..0ad96030aef 100644 > --- a/libstdc++-v3/doc/xml/manual/backwards_compatibility.xml > +++ b/libstdc++-v3/doc/xml/manual/backwards_compatibility.xml > @@ -250,11 +250,6 @@ No <code>stream::attach(int fd)</code> > descriptor, and provides the <code>fd()</code> function. > </para> > > -<para> > - For another example of this, refer to > - <link xmlns:xlink="http://www.w3.org/1999/xlink" > xlink:href="http://www.josuttis.com/cppcode/fdstream.html">fdstream > example</link> > - by Nicolai Josuttis. > -</para> > </section> > > <section xml:id="backwards.third.support_cxx98"><info><title> > -- > 2.55.0
