diff --git a/doc/faq.html b/doc/faq.html index 7bdd3b4..893f3d2 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -35,10 +35,10 @@ void g() { return f(); }

In November and December of 2000, the issue of cloning vs. reference counting was debated at length and it was decided that cloning gave more predictable semantics. I won't rehash the discussion here, but if it cloning is incorrect for a particular application a reference-counting allocator could be used.


-
Doug Gregor
+
Doug Gregor
-Last modified: Wed Nov 7 15:11:52 EST 2001 +Last modified: Fri Oct 11 05:39:27 EDT 2002 \ No newline at end of file diff --git a/doc/reference.html b/doc/reference.html index 911dbdc..f26d7ff 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -287,10 +287,10 @@

[1] On compilers not supporting void returns, when the ReturnType is void, the result_type of a Boost.Function object is implementation-defined.


-
Douglas Gregor
+
Doug Gregor
-Last modified: Fri Sep 6 14:46:50 EDT 2002 +Last modified: Fri Oct 11 05:40:09 EDT 2002 diff --git a/doc/tutorial.html b/doc/tutorial.html index 79d6089..68927f6 100644 --- a/doc/tutorial.html +++ b/doc/tutorial.html @@ -248,10 +248,10 @@ function objects, Boost.Function will not throw exceptions during assignment or construction.
-
Douglas Gregor
+
Doug Gregor
-Last modified: Mon Aug 5 11:07:17 EDT 2002 +Last modified: Fri Oct 11 05:40:00 EDT 2002 diff --git a/index.html b/index.html index dbcff74..cdb7b15 100644 --- a/index.html +++ b/index.html @@ -127,6 +127,6 @@ And, of course, function pointers have several advantages over Boost.Function:

Many people were involved in the construction of this library. William Kempf, Jesse Jones and Karl Nelson were all extremely helpful in isolating an interface and scope for the library. John Maddock managed the formal review, and many reviewers gave excellent comments on interface, implementation, and documentation.


-
Doug Gregor
+
Doug Gregor