Bladeren bron

Some HTML fixup.

[SVN r12651]
Darin Adler 24 jaren geleden
bovenliggende
commit
db600a4c1d
5 gewijzigde bestanden met toevoegingen van 14 en 10 verwijderingen
  1. 6 5
      more/borland_cpp.html
  2. 1 0
      more/bugs.htm
  3. 2 1
      more/discussion_policy.htm
  4. 1 0
      more/download.html
  5. 4 4
      more/faq.htm

+ 6 - 5
more/borland_cpp.html

@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
@@ -101,7 +102,7 @@ using namespace N;
 
 int main()
 {
-  &x;     // Ambiguous overload
+  &amp;x;     // Ambiguous overload
 }
 </pre>
 
@@ -119,7 +120,7 @@ class X { };
 
 namespace N
 {
-  // "cannot use template 'X<T>' without specifying specialization parameters"
+  // "cannot use template 'X&lt;T&gt;' without specifying specialization parameters"
   using ::X;
 };
 </pre>
@@ -136,10 +137,10 @@ template&lt;class T&gt;
 void f(T x)
 {
         x = 1;  // works
-        (void) &x;
+        (void) &amp;x;
         T y = 17;
-        y = 20;  // "Cannot modify a const object in function f<const int>(int)"
-        (void) &y;
+        y = 20;  // "Cannot modify a const object in function f&lt;const int&gt;(int)"
+        (void) &amp;y;
 }
 
 int main()

+ 1 - 0
more/bugs.htm

@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 
 <head>

+ 2 - 1
more/discussion_policy.htm

@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 
 <head>
@@ -118,4 +119,4 @@ understood the issues and felt comfortable discussing them.&nbsp;</p>
 
 </body>
 
-</html>
+</html>

+ 1 - 0
more/download.html

@@ -1,3 +1,4 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

+ 4 - 4
more/faq.htm

@@ -1,10 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <title>Boost FAQ</title>
 <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="Microsoft Border" content="none, default">
 </head>
 
 <body bgcolor="#FFFFFF" text="#000000">
@@ -56,7 +56,7 @@ Guidelines</a></p>
 <p><b>Are commercial libraries requiring a fee acceptable?</b> No. However, a library that
 a commercial enterprise makes available without fee is acceptable. If the description of
 the library makes a low-key plug for the supplier, that is acceptable as long as the
-library delivers real value and isn&#146;t just a Trojan horse for the plug.</p>
+library delivers real value and isn't just a Trojan horse for the plug.</p>
 
 <p><b>Are shareware libraries acceptable?</b> No. Only free libraries
 will be accepted.</p>
@@ -127,7 +127,7 @@ as a kind of cyberspace civic association. If it ever needs to incorporate, it w
 non-profit organization.</p>
 
 <p><b>Is there any charge for submitting libraries or reviews to Boost.org?</b> No. Unlike
-the standards committees, you don&#146;t have to pay to volunteer!</p>
+the standards committees, you don't have to pay to volunteer!</p>
 
 <p><b>Will the site include material beyond libraries?</b> The main focus is on libraries,
 but if people contribute occasional articles or other material to make the site more
@@ -170,4 +170,4 @@ See the suggestions on the <a href="bugs.htm">Bugs page</a>.</p>
 <p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->18 January, 2002<!--webbot bot="Timestamp" i-checksum="38453" endspan -->
 </p>
 </body>
-</html>
+</html>

粤ICP备19079148号