|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r81844 - trunk/libs/smart_ptr
From: glenfe_at_[hidden]
Date: 2012-12-10 18:48:01
Author: glenfe
Date: 2012-12-10 18:48:00 EST (Mon, 10 Dec 2012)
New Revision: 81844
URL: http://svn.boost.org/trac/boost/changeset/81844
Log:
Correct link to http://www.stroustrup.com/wrapper.pdf in sp_techniques.html
Text files modified:
trunk/libs/smart_ptr/sp_techniques.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/smart_ptr/sp_techniques.html
==============================================================================
--- trunk/libs/smart_ptr/sp_techniques.html (original)
+++ trunk/libs/smart_ptr/sp_techniques.html 2012-12-10 18:48:00 EST (Mon, 10 Dec 2012)
@@ -624,7 +624,7 @@
<h2><A name="wrapper">Using <code>shared_ptr</code> to wrap member function calls</A></h2>
<p><code>shared_ptr</code> implements the ownership semantics required from the <code>Wrap</code>/<code>CallProxy</code>
scheme described in Bjarne Stroustrup's article "Wrapping C++ Member Function
- Calls" (available online at http://www.research.att.com/~bs/wrapper.pdf).
+ Calls" (available online at http://www.stroustrup.com/wrapper.pdf).
An implementation is given below:</p>
<pre>template<class T> class pointer
{
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk