mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 23:14:02 +00:00
Fix Windows-1252 dash in UTF-8 document.
[SVN r48133]
This commit is contained in:
parent
36899afa3f
commit
782c132d99
@ -60,7 +60,7 @@
|
|||||||
<!-- Portability -->
|
<!-- Portability -->
|
||||||
<h2>Portability</h2>
|
<h2>Portability</h2>
|
||||||
<p>
|
<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 ‒ 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>
|
</p>
|
||||||
|
|
||||||
<!-- Credits -->
|
<!-- Credits -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user