Point to my "home page"

[SVN r15895]
This commit is contained in:
Douglas Gregor
2002-10-11 09:44:39 +00:00
parent eb234b3e66
commit 0c34bf4fb4
4 changed files with 7 additions and 7 deletions

View File

@ -35,10 +35,10 @@ void g() { return f(); }
<p> 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. <p> 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.
<hr> <hr>
<address><a href="mailto:gregod@cs.rpi.edu">Doug Gregor</a></address> <address><a href="http://www.cs.rpi.edu/~gregod">Doug Gregor</a></address>
<!-- Created: Fri Feb 16 09:30:41 EST 2001 --> <!-- Created: Fri Feb 16 09:30:41 EST 2001 -->
<!-- hhmts start --> <!-- hhmts start -->
Last modified: Wed Nov 7 15:11:52 EST 2001 Last modified: Fri Oct 11 05:39:27 EDT 2002
<!-- hhmts end --> <!-- hhmts end -->
</body> </body>
</html> </html>

View File

@ -287,10 +287,10 @@
<hr> <hr>
<p><a name="novoid">[1]</a> On compilers not supporting void returns, when the <code>ReturnType</code> is <b>void</b>, the <code>result_type</code> of a Boost.Function object is implementation-defined. <p><a name="novoid">[1]</a> On compilers not supporting void returns, when the <code>ReturnType</code> is <b>void</b>, the <code>result_type</code> of a Boost.Function object is implementation-defined.
<hr> <hr>
<address><a href="mailto:gregod@cs.rpi.edu">Douglas Gregor</a></address> <address><a href="http://www.cs.rpi.edu/~gregod">Doug Gregor</a></address>
<!-- Created: Fri Jul 13 10:57:20 EDT 2001 --> <!-- Created: Fri Jul 13 10:57:20 EDT 2001 -->
<!-- hhmts start --> <!-- hhmts start -->
Last modified: Fri Sep 6 14:46:50 EDT 2002 Last modified: Fri Oct 11 05:40:09 EDT 2002
<!-- hhmts end --> <!-- hhmts end -->
</body> </body>
</html> </html>

View File

@ -248,10 +248,10 @@ function objects, Boost.Function will not throw exceptions during
assignment or construction. assignment or construction.
<hr> <hr>
<address><a href="mailto:gregod@cs.rpi.edu">Douglas Gregor</a></address> <address><a href="http://www.cs.rpi.edu/~gregod">Doug Gregor</a></address>
<!-- Created: Fri Jul 13 12:47:11 EDT 2001 --> <!-- Created: Fri Jul 13 12:47:11 EDT 2001 -->
<!-- hhmts start --> <!-- hhmts start -->
Last modified: Mon Aug 5 11:07:17 EDT 2002 Last modified: Fri Oct 11 05:40:00 EDT 2002
<!-- hhmts end --> <!-- hhmts end -->
</body> </body>
</html> </html>

View File

@ -127,6 +127,6 @@ And, of course, function pointers have several advantages over Boost.Function:
<p> 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. <p> 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.
<hr> <hr>
<address><a href="mailto:gregod@cs.rpi.edu">Doug Gregor</a></address> <address><a href="http://www.cs.rpi.edu/~gregod">Doug Gregor</a></address>
</body> </body>
</html> </html>