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]

Re: Documentation: Bugs (one line patch)


Whoops, my last patch introduced an HTML botch.  Please apply this
one-line fix to http://gcc.gnu.org/bugs.html .

Joe

--- bugs.html	Wed Jul 28 16:57:31 1999
+++ bugs.html.new	Wed Jul 28 17:00:21 1999
@@ -155,7 +155,7 @@
 <p>Many of the standard library features are not implemented in GCC
 2.95. Others, such as iostreams, are supported, but not in a
 compliant way (e.g. <CODE>ostream</CODE> is not
-<CODE>basic_ostream&#lt;char&#gt;</CODE>, and not
+<CODE>basic_ostream&lt;char&gt;</CODE>, and not
 declared in <CODE>std::</CODE>).
 
 <p>SGI's implementation of the STL is included, but it is in the


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