referemce.html:

- Document swapping of mixins in swap()


[SVN r10622]
This commit is contained in:
Douglas Gregor
2001-07-14 20:02:39 +00:00
parent 8121f4ebb6
commit ce08e55a63

View File

@ -170,7 +170,7 @@ namespace boost {
<p> <a name="functionN_swap"><code>void swap(function<i>N</i>& g);</code></a>
<ul>
<li><b>Effects</b>: interchanges the targets of <code>f</code> and <code>g</code>.</li>
<li><b>Effects</b>: interchanges the targets of <code>f</code> and <code>g</code> and swaps the mixins of <code>f</code> and <code>g</code>.</li>
<li><b>Throws</b>: will not throw.</li>
</ul>
@ -247,7 +247,7 @@ inline void <a name="swap_function">swap</a>(const function&lt;Arg1, Arg2, <i>..
<address><a href="mailto:gregod@cs.rpi.edu">Douglas Gregor</a></address>
<!-- Created: Fri Jul 13 10:57:20 EDT 2001 -->
<!-- hhmts start -->
Last modified: Sat Jul 14 16:04:32 EDT 2001
Last modified: Sat Jul 14 16:05:46 EDT 2001
<!-- hhmts end -->
</body>
</html>