diff --git a/borland_cpp.html b/borland_cpp.html index 2a6a7b5..6efb1a2 100644 --- a/borland_cpp.html +++ b/borland_cpp.html @@ -1,3 +1,4 @@ + @@ -101,7 +102,7 @@ using namespace N; int main() { - &x; // Ambiguous overload + &x; // Ambiguous overload } @@ -119,7 +120,7 @@ class X { }; namespace N { - // "cannot use template 'X' without specifying specialization parameters" + // "cannot use template 'X<T>' without specifying specialization parameters" using ::X; }; @@ -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(int)" - (void) &y; + y = 20; // "Cannot modify a const object in function f<const int>(int)" + (void) &y; } int main() diff --git a/bugs.htm b/bugs.htm index 5ff5cc0..c9e3753 100644 --- a/bugs.htm +++ b/bugs.htm @@ -1,3 +1,4 @@ + diff --git a/discussion_policy.htm b/discussion_policy.htm index 9912bbb..432bb40 100644 --- a/discussion_policy.htm +++ b/discussion_policy.htm @@ -1,3 +1,4 @@ + @@ -118,4 +119,4 @@ understood the issues and felt comfortable discussing them. 

- \ No newline at end of file + diff --git a/download.html b/download.html index 0ac0d32..ff2b363 100644 --- a/download.html +++ b/download.html @@ -1,3 +1,4 @@ + diff --git a/faq.htm b/faq.htm index 7a00b4c..eda774e 100644 --- a/faq.htm +++ b/faq.htm @@ -1,10 +1,10 @@ + Boost FAQ - @@ -56,7 +56,7 @@ Guidelines

Are commercial libraries requiring a fee acceptable? 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.

+library delivers real value and isn't just a Trojan horse for the plug.

Are shareware libraries acceptable? No. Only free libraries will be accepted.

@@ -127,7 +127,7 @@ as a kind of cyberspace civic association. If it ever needs to incorporate, it w non-profit organization.

Is there any charge for submitting libraries or reviews to Boost.org? No. Unlike -the standards committees, you don’t have to pay to volunteer!

+the standards committees, you don't have to pay to volunteer!

Will the site include material beyond libraries? 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 Bugs page.

Revised 18 January, 2002

- \ No newline at end of file +