Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-08-13 18:00:35


Author: danieljames
Date: 2008-08-13 18:00:35 EDT (Wed, 13 Aug 2008)
New Revision: 48133
URL: http://svn.boost.org/trac/boost/changeset/48133

Log:
Fix Windows-1252 dash in UTF-8 document.
Text files modified:
   trunk/libs/utility/swap.html | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/utility/swap.html
==============================================================================
--- trunk/libs/utility/swap.html (original)
+++ trunk/libs/utility/swap.html 2008-08-13 18:00:35 EDT (Wed, 13 Aug 2008)
@@ -60,7 +60,7 @@
     <!-- Portability -->
     <h2>Portability</h2>
     <p>
- Several older compilers do not support argument dependent lookup – on these compilers <tt>boost::swap</tt> will call <tt>std::swap</tt>, ignoring any specialized swap functions that could be found as a result of argument dependent lookup.
+ Several older compilers do not support argument dependent lookup &#x2012; on these compilers <tt>boost::swap</tt> will call <tt>std::swap</tt>, ignoring any specialized swap functions that could be found as a result of argument dependent lookup.
     </p>
     
     <!-- Credits -->


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