Fix Windows-1252 dash in UTF-8 document.

[SVN r48133]
This commit is contained in:
Daniel James 2008-08-13 22:00:35 +00:00
parent 36899afa3f
commit 782c132d99

View File

@ -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 -->