blob: 3453c996a4ae17659015e9a13b4ecf2bd22411be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/include/associative_base.orig 2008-03-18 08:46:20 +0000
+++ b/include/associative_base 2008-03-18 08:46:56 +0000
@@ -221,9 +221,9 @@
bool operator!=(const __base_associative & x){
return !(x.backing == backing);
}
+ void swap(__base_associative & x);
protected:
- void swap(__base_associative & x);
Compare c;
std::list<value_type> backing;
|