From 35402d185ee8af51fdde9322b6c255562bffd91e Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 29 Oct 2007 20:20:58 +0000 Subject: [PATCH] Move the 'swap' free functions inside the class declarations that they should be associated with. [SVN r40563] --- doc/ref.xml | 216 +++++++++++++++++++++++++++------------------------- 1 file changed, 112 insertions(+), 104 deletions(-) diff --git a/doc/ref.xml b/doc/ref.xml index 86eb7eb8..7e878531 100644 --- a/doc/ref.xml +++ b/doc/ref.xml @@ -568,32 +568,34 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + + + + + unordered_set<Key, T, Hash, Pred, Alloc>& + + + unordered_set<Key, T, Hash, Pred, Alloc>& + + void + + x.swap(y) + + + Doesn't throw an exception unless it is thrown by the copy constructor or copy assignment operator of Hash or Pred. + + + - - - - unordered_set<Key, T, Hash, Pred, Alloc>& - - - unordered_set<Key, T, Hash, Pred, Alloc>& - - void - - x.swap(y) - - - Doesn't throw an exception unless it is thrown by the copy constructor or copy assignment operator of Hash or Pred. - -