Some HTML fixup.

[SVN r12651]
This commit is contained in:
Darin Adler 2002-02-02 19:16:21 +00:00
parent 9e328c015c
commit 585d1f6024
5 changed files with 14 additions and 10 deletions

View File

@ -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()

View File

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

View File

@ -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>

View File

@ -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">

View File

@ -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>