This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] libstdc++ cleanup for gcc-3.0/caveats.html


Further fallout from the restructuring of the libstdc++ documentation.

Given the age of GCC 3.0, resolved by just removing the two links in
question and referring by name only.

Installed.

Gerald

Index: gcc-3.0/caveats.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/caveats.html,v
retrieving revision 1.7
diff -u -3 -p -r1.7 caveats.html
--- gcc-3.0/caveats.html	7 Feb 2003 21:13:19 -0000	1.7
+++ gcc-3.0/caveats.html	7 May 2008 11:12:49 -0000
@@ -40,9 +40,7 @@
 
   <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>
+  ostream::form, and istream::gets.</li>
 
   <li>The new C++ ABI is not yet fully supported by current (as of
   2001-07-01) releases and development versions of GDB, or any earlier


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]