Move the 'swap' free functions inside the class declarations that they should be associated with.

[SVN r40563]
This commit is contained in:
Daniel James
2007-10-29 20:20:58 +00:00
parent c7689c43cf
commit 35402d185e

View File

@@ -568,7 +568,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
</throws> </throws>
</method> </method>
</method-group> </method-group>
</class> <free-function-group name="swap">
<function name="swap"> <function name="swap">
<template> <template>
<template-type-parameter name="Value"> <template-type-parameter name="Value">
@@ -594,6 +594,8 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
<para>Doesn't throw an exception unless it is thrown by the copy constructor or copy assignment operator of <code>Hash</code> or <code>Pred</code>.</para> <para>Doesn't throw an exception unless it is thrown by the copy constructor or copy assignment operator of <code>Hash</code> or <code>Pred</code>.</para>
</throws> </throws>
</function> </function>
</free-function-group>
</class>
<!-- <!--
boost::unordered_multiset boost::unordered_multiset
@@ -1150,7 +1152,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
</throws> </throws>
</method> </method>
</method-group> </method-group>
</class> <free-function-group name="swap">
<function name="swap"> <function name="swap">
<template> <template>
<template-type-parameter name="Value"> <template-type-parameter name="Value">
@@ -1176,6 +1178,8 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
<para>Doesn't throw an exception unless it is thrown by the copy constructor or copy assignment operator of <code>Hash</code> or <code>Pred</code>.</para> <para>Doesn't throw an exception unless it is thrown by the copy constructor or copy assignment operator of <code>Hash</code> or <code>Pred</code>.</para>
</throws> </throws>
</function> </function>
</free-function-group>
</class>
</namespace> </namespace>
</header> </header>
<!-- <!--
@@ -1767,7 +1771,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
</throws> </throws>
</method> </method>
</method-group> </method-group>
</class> <free-function-group name="swap">
<function name="swap"> <function name="swap">
<template> <template>
<template-type-parameter name="Key"> <template-type-parameter name="Key">
@@ -1795,6 +1799,8 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
<para>Doesn't throw an exception unless it is thrown by the copy constructor or copy assignment operator of <code>Hash</code> or <code>Pred</code>.</para> <para>Doesn't throw an exception unless it is thrown by the copy constructor or copy assignment operator of <code>Hash</code> or <code>Pred</code>.</para>
</throws> </throws>
</function> </function>
</free-function-group>
</class>
<!-- <!--
boost::unordered_multimap boost::unordered_multimap
@@ -2359,7 +2365,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
</throws> </throws>
</method> </method>
</method-group> </method-group>
</class> <free-function-group name="swap">
<function name="swap"> <function name="swap">
<template> <template>
<template-type-parameter name="Key"> <template-type-parameter name="Key">
@@ -2387,6 +2393,8 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
<para>Doesn't throw an exception unless it is thrown by the copy constructor or copy assignment operator of <code>Hash</code> or <code>Pred</code>.</para> <para>Doesn't throw an exception unless it is thrown by the copy constructor or copy assignment operator of <code>Hash</code> or <code>Pred</code>.</para>
</throws> </throws>
</function> </function>
</free-function-group>
</class>
</namespace> </namespace>
</header> </header>
</library-reference> </library-reference>