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.
<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 -->
<!-- hhmts start -->
Last modified: Wed Nov 7 15:11:52 EST 2001
Last modified: Fri Oct 11 05:39:27 EDT 2002
<!-- hhmts end -->
</body>
</html>

View File

@@ -287,10 +287,10 @@
<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.
<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 -->
<!-- hhmts start -->
Last modified: Fri Sep 6 14:46:50 EDT 2002
Last modified: Fri Oct 11 05:40:09 EDT 2002
<!-- hhmts end -->
</body>
</html>

View File

@@ -248,10 +248,10 @@ function objects, Boost.Function will not throw exceptions during
assignment or construction.
<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 -->
<!-- hhmts start -->
Last modified: Mon Aug 5 11:07:17 EDT 2002
Last modified: Fri Oct 11 05:40:00 EDT 2002
<!-- hhmts end -->
</body>
</html>