mirror of
https://github.com/boostorg/more.git
synced 2025-01-27 04:30:05 +08:00
Some HTML fixup.
[SVN r12651]
This commit is contained in:
parent
9e328c015c
commit
585d1f6024
@ -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
|
||||
&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<T>' without specifying specialization parameters"
|
||||
using ::X;
|
||||
};
|
||||
</pre>
|
||||
@ -136,10 +137,10 @@ template<class T>
|
||||
void f(T x)
|
||||
{
|
||||
x = 1; // works
|
||||
(void) &x;
|
||||
(void) &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<const int>(int)"
|
||||
(void) &y;
|
||||
}
|
||||
|
||||
int main()
|
||||
|
1
bugs.htm
1
bugs.htm
@ -1,3 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
@ -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. </p>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</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">
|
||||
|
8
faq.htm
8
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’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’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>
|
||||
|
Loading…
Reference in New Issue
Block a user