mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-30 05:42:12 +01:00
14 lines
363 B
Diff
14 lines
363 B
Diff
--- 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;
|