--- include/associative_base.orig	2008-04-05 22:11:19.000000000 +0200
+++ include/associative_base	2008-04-06 00:48:11.000000000 +0200
@@ -222,9 +222,9 @@
 		return !(x.backing == backing);
 	}
 
-protected:
 	void swap(__base_associative & x);
 
+protected:
 	Compare c;
 	std::list<value_type> backing;
 
