Boost logo

Boost-Commit :

From: joseph.gauterin_at_[hidden]
Date: 2008-08-04 14:25:46


Author: joseph.gauterin
Date: 2008-08-04 14:25:45 EDT (Mon, 04 Aug 2008)
New Revision: 47973
URL: http://svn.boost.org/trac/boost/changeset/47973

Log:
Updated documentation to remove references to the 'ADL barrier'
Text files modified:
   trunk/libs/utility/swap.html | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/libs/utility/swap.html
==============================================================================
--- trunk/libs/utility/swap.html (original)
+++ trunk/libs/utility/swap.html 2008-08-04 14:25:45 EDT (Mon, 04 Aug 2008)
@@ -1,4 +1,4 @@
-?<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
   <head>
@@ -73,7 +73,7 @@
         <em><a href="mailto:Joseph.Gauterin_at_[hidden]">Joseph Gauterin</a></em> - for the initial idea, implementation, tests, and documentation
       </li>
       <li>
- <em>Steven Wanatabe</em> - for the idea to use a barrier namespace, enabling the function to have the name '<tt>swap</tt>' without introducing ambiguity or infinite recursion
+ <em>Steven Wanatabe</em> - for the idea to make boost::swap less specialized than std::swap, thereby allowing the function to have the name 'swap' without introducing ambiguity
       </li>
     </ul>
 
@@ -84,7 +84,7 @@
 
     <!-- Copyright info -->
     <hr/>
- <p>Revised: 3 July 2008</p>
+ <p>Revised: 4 August 2008</p>
     <p>
       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 &lt;http://www.boost.org/LICENSE_1_0.txt&gt;.)


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