This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
caveats.html item for libstdc++ v3
- To: gcc-patches at gcc dot gnu dot org
- Subject: caveats.html item for libstdc++ v3
- From: Scott Johnston <scott at accom dot com>
- Date: Tue, 12 Jun 2001 14:50:12 -0700
- CC: johnston at vectaport dot com
This caveat for gcc-3.0 lists some of the iostream methods from
earlier versions of libstdc++ that are no longer present in v3, and
points
to workaround hints.
Scott Johnston
Index: htdocs/gcc-3.0/caveats.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/caveats.html,v
retrieving revision 1.2
diff -c -r1.2 caveats.html
*** caveats.html 2001/05/04 12:13:10 1.2
--- caveats.html 2001/06/12 21:40:39
***************
*** 30,35 ****
--- 30,42 ----
<li>The Chill compiler is not included in GCC 3.0, because of the
lack of a volunteer to convert it to use garbage collection.</li>
+
+ <li>Certain non-standard iostream methods from earlier versions of
+ libstdc++ are not included in libstdc++ v3, i.e. filebuf::attach,
+ ostream::form, and istream::gets. Here are workaround hints for:
+ <a
href="http://gcc.gnu.org/onlinedocs/libstdc++/21_strings/howto.html">ostream::form</a>,
+ <a
href="http://gcc.gnu.org/onlinedocs/libstdc++/ext/howto.html">filebuf::attach</a>.</li>
+
</ul>
</body>