|
Boost-Commit : |
From: nielsdekker_at_[hidden]
Date: 2008-07-03 04:32:45
Author: niels_dekker
Date: 2008-07-03 04:32:44 EDT (Thu, 03 Jul 2008)
New Revision: 47032
URL: http://svn.boost.org/trac/boost/changeset/47032
Log:
Fixed a few more typo's in sandbox/swap/libs/utility/swap.html, one of then mentioned by David Abrahams, at ticket #2056
Text files modified:
sandbox/swap/libs/utility/swap.html | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
Modified: sandbox/swap/libs/utility/swap.html
==============================================================================
--- sandbox/swap/libs/utility/swap.html (original)
+++ sandbox/swap/libs/utility/swap.html 2008-07-03 04:32:44 EDT (Thu, 03 Jul 2008)
@@ -16,7 +16,7 @@
<!-- Intoduction -->
<p>
- The template function <tt>boost::swap</tt> allows the values of two variables to be swapped, using argument dependent lookup to select a specialized swap function if available. If no specialized swap function is available, <tt>std::swap is used</tt>.
+ The template function <tt>boost::swap</tt> allows the values of two variables to be swapped, using argument dependent lookup to select a specialized swap function if available. If no specialized swap function is available, <tt>std::swap</tt> is used.
</p>
<!-- Rationale -->
@@ -40,7 +40,7 @@
</ul>
<p>Or:</p>
<ul>
- <li>A function with the signature <tt>swap(T&,T&)</tt> is available via argument dependent</li>
+ <li>A function with the signature <tt>swap(T&,T&)</tt> is available via argument dependent lookup</li>
</ul>
<p>Or:</p>
<ul>
@@ -74,9 +74,9 @@
<!-- Copyright info -->
<hr/>
- <p>Revised: 2 July 2008</p>
+ <p>Revised: 3 July 2008</p>
<p>
- Copyright 2007 Joseph Gauterin. Use, modification, and distribution are subject to the Boost Software License, Version 1.0.
+ Copyright 2007, 2008 Joseph Gauterin. Use, modification, and distribution are subject to the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
</p>
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